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: 1cd8d871d215b65dcdfe49e032c7c7c5c2391925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
topdir = ../..

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

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

SOURCES_INCLUDE=*.cs
SOURCES_EXCLUDE=./Test*

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

include $(topdir)/class/library.make