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: c4683c71e8353a262daade100944325fe22732b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
thisdir = class/System.Design
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Design.dll


LIB_REFS = System System.Xml System.Web System.Windows.Forms System.Drawing Accessibility System.Data System.Configuration
LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll -r:System.Web.dll \
	-r:System.Windows.Forms.dll -r:System.Drawing.dll \
	-r:Accessibility.dll -r:System.Data.dll \
	-r:System.Configuration.dll

TEST_MCS_FLAGS = /r:System.dll -r:System.Drawing.dll -r:System.Windows.Forms

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