2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Design
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Design.dll
|
|
|
|
|
2018-05-10 08:37:03 +00:00
|
|
|
LIB_REFS = System System.Xml System.Windows.Forms System.Drawing Accessibility System.Data System.Configuration
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../msfinal.pub
|
2017-04-10 11:41:01 +00:00
|
|
|
LIB_MCS_FLAGS = -nowarn:436 -nowarn:612,618,649,67,672
|
2018-05-10 08:37:03 +00:00
|
|
|
API_BIN_REFS := System.Web
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
TEST_LIB_REFS = System System.Drawing System.Windows.Forms
|
|
|
|
TEST_MCS_FLAGS =
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
include ../../build/library.make
|