[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Mono.Security.Win32 / Makefile
1 thisdir = class/Mono.Security.Win32
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Security.Win32.dll
6 KEYFILE = ../mono.pub
7 LIB_MCS_FLAGS = /unsafe
8 EXTRA_DISTFILES = README
9
10 ifneq (win32, $(PROFILE))
11 NO_TEST = yes
12 endif
13
14 include ../../build/library.make