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

makefile.gnu « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3b82f94911f7d4cc0b5f24414635ac1d9e39c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
topdir = ../..

LIBRARY = ../lib/corlib.dll

LIB_FLAGS = --unsafe --nostdlib

SOURCES_INCLUDE=*.cs
SOURCES_EXCLUDE=\
	./Test*	\
	./System.Security.Permissions/SecurityPermissionAttribute.cs	\
	./System.PAL/*.cs	\
	./Windows/*.cs

include ../library.make