2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/Mono.Security.Win32
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.Security.Win32.dll
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../mono.pub
|
2014-08-13 10:39:27 +01:00
|
|
|
LIB_MCS_FLAGS = /unsafe
|
2016-08-03 10:59:49 +00:00
|
|
|
EXTRA_DISTFILES = README
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
ifneq (win32, $(PROFILE))
|
|
|
|
NO_TEST = yes
|
|
|
|
endif
|
|
|
|
|
|
|
|
include ../../build/library.make
|