Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « Mono.Security.Win32 « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0797ae27094e7f961088909f458c66cbac20973a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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