* Makefile: Don't sign this assembly as it is fully signed during compilation (we have the original private key). Thanks to Jackson. svn path=/trunk/mcs/; revision=29131
@@ -1,3 +1,8 @@
+2004-06-09 Sebastien Pouliot <[email protected]>
+
+ * Makefile: Don't sign this assembly as it is fully signed during
+ compilation (we have the original private key). Thanks to Jackson.
2004-05-28 Duncan Mak <[email protected]>
- * SharpZipLib.pub: Added public key.
+ * SharpZipLib.pub: Added public key.
@@ -7,4 +7,6 @@ LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
NO_TEST = yes
EXTRA_DISTFILES = SharpZipLib.key
+NO_SIGN_ASSEMBLY = yes
include ../../build/library.make