Merge pull request #1407 from chrisvire/bug-24587
[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
8 LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll -r:System.Web.dll \
9         -r:System.Windows.Forms.dll -r:System.Drawing.dll \
10         -r:Accessibility.dll -r:System.Data.dll \
11         -r:System.Configuration.dll
12
13 TEST_MCS_FLAGS = /r:System.dll -r:System.Drawing.dll -r:System.Windows.Forms
14
15 include ../../build/library.make
16