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

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

LIBRARY = ../lib/System.Web.dll

LIB_FLAGS = -r corlib -r System -r System.Drawing -r System.Xml

SOURCES_INCLUDE=*.cs
SOURCES_EXCLUDE=\
	./Test*


export MONO_PATH_PREFIX = ../lib:

include ../library.make