Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mcs / class / ICSharpCode.SharpZipLib / Makefile
index fe5ae55972cdb70e8137c502345874ae76555cd4..bd64d2a4d66c7b991e6609fc8547288ec40a3bd3 100644 (file)
@@ -5,7 +5,8 @@ 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
+LIB_MCS_FLAGS = -warn:1
 NO_TEST = yes
 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)