2004-05-05 Atsushi Enomoto <atsushi@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:169 /nowarn:618 \
7         /r:$(corlib) /r:System.dll /r:System.Xml.dll
8
9 TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
10
11 include ../../build/library.make