Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-09-05 14:28:32 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-09-05 14:28:32 +0400
commitc7a3756a9cd3c4d1d962f2f79e1f7951235637eb (patch)
tree832468030fa6ed1d0b79adcbf8ceebdfa35c4b0b /mcs/class/System.Security/Makefile
parentc589428ae83dcad5025c570c787b5729e026100a (diff)
Prettier commandlines
svn path=/trunk/mcs/; revision=49461
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index 6fbb708fd7d..805830fd0f3 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -5,12 +5,12 @@ include ../../build/rules.make
LIBRARY = System.Security.dll
LIB_MCS_FLAGS = -nowarn:618 \
-r:$(corlib) -r:System.dll -r:System.Xml.dll \
- /debug+
+ -debug+
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
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,1595
include ../../build/library.make