[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 fe5ae55972cdb70e8137c502345874ae76555cd4..c99cde5cbf994d886a7469331732d9f8b3f63b39 100644 (file)
@@ -5,7 +5,9 @@ include ../../build/rules.make
 LIBRARY = ICSharpCode.SharpZipLib.dll
 LIBRARY_SNK = SharpZipLib.key
 
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
+LIB_REFS = System System.Xml
+KEYFILE = SharpZipLib.pub
+LIB_MCS_FLAGS = -warn:1
 NO_TEST = yes
 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)