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

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

LIBRARY = $(topdir)/class/lib/System.Configuration.Install.dll

LIB_LIST = list.unix
LIB_FLAGS = -r corlib -r System.dll

SOURCES_INCLUDE=*.cs
SOURCES_EXCLUDE=./Test*

export MONO_PATH_PREFIX = $(topdir)/class/lib:

include $(topdir)/class/library.make