2007-07-03 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / Mono.Security / Makefile
1 thisdir = class/Mono.Security
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Security.dll
6 LIB_MCS_FLAGS = -r:System.dll -unsafe
7 LIBRARY_USE_INTERMEDIATE_FILE = yes
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
9
10 include ../../build/library.make