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

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

LIBRARY = System.Web.Extensions.Design.dll

LIB_REFS = System System.Design System.Drawing System.Windows.Forms
LIB_MCS_FLAGS = \
	-define:NET_3_5			\
	-r:System.dll -r:System.Design.dll -r:System.Drawing.dll -r:System.Windows.Forms.dll

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