2005-04-07 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 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:0618 /nowarn:0672
8
9 include ../../build/library.make