e7be79f1440451e18d15bcf2e711119c926c928f
[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:169 /nowarn:618 \
7         /r:$(corlib) /r:System.dll /r:System.Xml.dll /r:Mono.Security.dll \
8         /debug+
9
10 TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
11
12 include ../../build/library.make