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

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

LIBRARY = ../lib/System.Data.dll

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

SOURCES_INCLUDE=*.cs
SOURCES_EXCLUDE=\
	./Test*	\
	*TestGDA.cs	\
	./System.Xml*

export MONO_PATH_PREFIX = ../lib:

include ../library.make