Przeglądaj źródła

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.

svn path=/trunk/mcs/; revision=29131
Sebastien Pouliot 21 lat temu
rodzic
commit
e677cd0529

+ 6 - 1
mcs/class/ICSharpCode.SharpZipLib/ChangeLog

@@ -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.

+ 2 - 0
mcs/class/ICSharpCode.SharpZipLib/Makefile

@@ -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