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

makefile « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee3408834f3ee7f572df1d0314e5478dcafcfeea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
thisdir = class/System.Web
SUBDIRS = Test
include ../../build/rules.make

LIBRARY = System.Web.dll
LIB_MCS_FLAGS = \
	/nowarn:649  	\
	/r:$(corlib)	 		\
	/r:System.dll 			\
	/r:System.Drawing.dll 		\
	/r:System.Data.dll		\
	/r:System.Xml.dll		\
	/r:System.EnterpriseServices.dll
NO_TEST = yes

include ../../build/library.make