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

LIBRARY = System.Design.dll

LIB_REFS = System System.Xml System.Windows.Forms System.Drawing Accessibility System.Data System.Configuration
KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS = -nowarn:436 -nowarn:612,618,649,67,672
API_BIN_REFS := System.Web

TEST_LIB_REFS = System System.Drawing System.Windows.Forms
TEST_MCS_FLAGS =

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