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

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

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

SOURCES_INCLUDE=*.cs
SOURCES_EXCLUDE=./Test*

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

include $(topdir)/class/library.make