2005-09-27 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Security / Makefile
index e7be79f1440451e18d15bcf2e711119c926c928f..805830fd0f3c2d2dfc23eb847f33e6c3c2567564 100644 (file)
@@ -3,10 +3,14 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Security.dll
-LIB_MCS_FLAGS = /nowarn:169 /nowarn:618 \
-       /r:$(corlib) /r:System.dll /r:System.Xml.dll /r:Mono.Security.dll \
-       /debug+
+LIB_MCS_FLAGS = -nowarn:618 \
+       -r:$(corlib) -r:System.dll -r:System.Xml.dll \
+       -debug+
 
-TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
+ifeq (net_2_0,$(PROFILE))
+LIB_MCS_FLAGS += -r:Mono.Security.dll
+endif
+
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,1595
 
 include ../../build/library.make