2005-09-06 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / class / System.Design / Makefile
blobf661a42af53b72e0a4ee734ea94af40721f33f97
1 thisdir = class/System.Design
2 SUBDIRS =
3 include ../../build/rules.make
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
11 include ../../build/library.make