Copied remotely
[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 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Web.dll \
7         /r:System.Windows.Forms.dll /r:System.Drawing.dll \
8         /r:Accessibility.dll /r:System.Data.dll
9 NO_TEST = yes
10
11 include ../../build/library.make