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:
authorSebastien Pouliot <sebastien@ximian.com>2004-03-22 23:52:45 +0300
committerSebastien Pouliot <sebastien@ximian.com>2004-03-22 23:52:45 +0300
commit980cad64caf18b1f9bb4538e3d197c98fea54afb (patch)
treed1e8ef123a38fc3fe157036aa070731b7ba28966 /mcs/class/System.Security/Makefile
parentaf1a3f3de7b367e298488881eed6f3e4841fb3a4 (diff)
2004-03-22 Sebastien Pouliot <sebastien@ximian.com>
* Makefile: Added /nowarn to cleanup display when building. svn path=/trunk/mcs/; revision=24435
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index dffc085d123..a7f22ab7ca7 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -3,6 +3,9 @@ SUBDIRS =
include ../../build/rules.make
LIBRARY = System.Security.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
+LIB_MCS_FLAGS = /nowarn:169 /nowarn:618 \
+ /r:$(corlib) /r:System.dll /r:System.Xml.dll
+
+TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
include ../../build/library.make