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: 3d44f96a57170513a0bccb98770e3d00c5df7a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
thisdir = class/Mono.Security.Win32
SUBDIRS = 
include ../../build/rules.make

LIBRARY = Mono.Security.Win32.dll
KEYFILE = ../mono.pub
LIB_MCS_FLAGS = /unsafe
EXTRA_DISTFILES = README

ifneq (win32, $(PROFILE))
NO_TEST = yes
endif

include ../../build/library.make