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

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

LIBRARY = ../lib/System.Xml.dll

LIB_FLAGS = -r corlib -r System

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


export MONO_PATH_PREFIX = ../lib:

include ../library.make