svn path=/branches/mono-1-1-9/mono/; revision=51217
[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 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
8
9 include ../../build/library.make