Fix 2.0 attributeusage
[mono.git] / mcs / class / Mono.Security / Makefile
index 474de045a801c39f5869f8f3b16770e725ca09a0..5740b088a07e3903794f3979a46f92e346f78f62 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Mono.Security.dll
-LIB_MCS_FLAGS = /r:System.dll /unsafe
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:0618 /nowarn:0672
+LIB_MCS_FLAGS = -r:System.dll -unsafe -nowarn:1030
+LIBRARY_USE_INTERMEDIATE_FILE = yes
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
 
 include ../../build/library.make