e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
14 lines
243 B
Makefile
14 lines
243 B
Makefile
thisdir = class/Mono.Security.Win32
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = Mono.Security.Win32.dll
|
|
LIB_MCS_FLAGS = /unsafe
|
|
EXTRA_DISTFILES = README
|
|
|
|
ifneq (win32, $(PROFILE))
|
|
NO_TEST = yes
|
|
endif
|
|
|
|
include ../../build/library.make
|