New build system from Peter Williams (peter@newton.cx)
[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 NO_TEST = yes
9
10 include ../../build/library.make