2005-09-27 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Security / Makefile
1 thisdir = class/System.Security
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Security.dll
6 LIB_MCS_FLAGS = -nowarn:618 \
7         -r:$(corlib) -r:System.dll -r:System.Xml.dll \
8         -debug+
9
10 ifeq (net_2_0,$(PROFILE))
11 LIB_MCS_FLAGS += -r:Mono.Security.dll
12 endif
13
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,1595
15
16 include ../../build/library.make