2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Design
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Design.dll
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_REFS = System System.Xml plainweb/System.Web 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
|
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
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
ifneq (plaindesign/,$(intermediate))
|
2016-08-03 10:59:49 +00:00
|
|
|
csproj-local:
|
|
|
|
$(MAKE) csproj-local intermediate=plaindesign/
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
$(the_libdir_base)plaindesign/System.Design.dll:
|
|
|
|
$(MAKE) intermediate=plaindesign/ $(the_libdir_base)plaindesign/System.Design.dll
|
2017-10-19 20:04:20 +00:00
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
endif
|
2016-08-03 10:59:49 +00:00
|
|
|
|