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

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

LIBRARY = System.Design.dll
LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Web.dll \
	-r:System.Windows.Forms.dll -r:System.Drawing.dll \
	-r:Accessibility.dll -r:System.Data.dll
NO_TEST = yes

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