Răsfoiți Sursa

(AssemblyDelaySign, AssemblyKeyFile): Disable
for BOOTSTRAP_WITH_OLDLIB. Mono 0.31 runtime crashes with them.

svn path=/trunk/mcs/; revision=26876

Raja R Harinath 22 ani în urmă
părinte
comite
a404df78f4

+ 2 - 0
mcs/class/System/Assembly/AssemblyInfo.cs

@@ -45,5 +45,7 @@ using System.Runtime.InteropServices;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: ComVisible(false)]
 
+#if ! BOOTSTRAP_WITH_OLDLIB
 [assembly: AssemblyDelaySign(true)]
 [assembly: AssemblyKeyFile("../ecma.pub")]
+#endif

+ 5 - 0
mcs/class/System/Assembly/ChangeLog

@@ -1,3 +1,8 @@
+2004-05-07  Raja R Harinath  <[email protected]>
+
+	* AssemblyInfo.cs (AssemblyDelaySign, AssemblyKeyFile): Disable
+	for BOOTSTRAP_WITH_OLDLIB.  Mono 0.31 runtime crashes with them.
+
 2004-05-03  Lluis Sanchez Gual  <[email protected]>
 
 	* Consts.cs: Added consts for NET_2_0.