Merge pull request #3028 from lateralusX/jlorenss/threadpool_warning
[mono.git] / mcs / class / System.Design / Makefile
1 thisdir = class/System.Design
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Design.dll
6
7 LIB_REFS = System System.Xml plainweb/System.Web System.Windows.Forms System.Drawing Accessibility System.Data System.Configuration
8 LIB_MCS_FLAGS =
9
10 TEST_LIB_REFS = System System.Drawing System.Windows.Forms
11 TEST_MCS_FLAGS =
12
13 include ../../build/library.make
14
15 ifneq (plaindesign/,$(intermediate))
16 csproj-local:
17         $(MAKE) csproj-local intermediate=plaindesign/
18
19 $(the_libdir_base)plaindesign/System.Design.dll:
20         $(MAKE) intermediate=plaindesign/ $(the_libdir_base)plaindesign/System.Design.dll
21 endif
22