Merge pull request #2768 from lambdageek/dev/monoerror-cominterop
[mono.git] / mcs / class / System.IO.Compression / Makefile
index f175e11c38caf7999cfdc4792d0d98bd49a62fee..3ca6899dacde9f589312031a31c0a8622a766770 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.IO.Compression.dll
-LIB_MCS_FLAGS = /r:System /r:System.Core /nowarn:219
-TEST_MCS_FLAGS = /r:System /r:System.Core
+LIB_REFS = System System.Core
+LIB_MCS_FLAGS = /unsafe
+TEST_MCS_FLAGS = /r:System.dll /r:System.Core.dll
 
 include ../../build/library.make