2007-02-18 Marek Sieradzki <marek.sieradzki@gmail.com>
[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
10 ifeq (net_2_0, $(PROFILE))
11 LIB_MCS_FLAGS += -r:System.Configuration.dll
12 endif
13
14 NO_TEST = yes
15
16 include ../../build/library.make