remove .cvsignore from everywhere, as it is useless on svn
[mono.git] / mcs / class / System.Security / Makefile
index a7f22ab7ca742206e0da450f185f12fbfba898ed..f4c130cc837bae35dab02a6af54222fdacd0ed0c 100644 (file)
@@ -3,9 +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
+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:0618 -nowarn:219 -nowarn:169 -nowarn:1595
 
 include ../../build/library.make