[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / ICSharpCode.SharpZipLib / Makefile
index b23d04b2628a6f8ad6706bcde1ad5248f976ec7a..c99cde5cbf994d886a7469331732d9f8b3f63b39 100644 (file)
@@ -6,7 +6,8 @@ LIBRARY = ICSharpCode.SharpZipLib.dll
 LIBRARY_SNK = SharpZipLib.key
 
 LIB_REFS = System System.Xml
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll -warn:1
+KEYFILE = SharpZipLib.pub
+LIB_MCS_FLAGS = -warn:1
 NO_TEST = yes
 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)