2010-03-02 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Web.Extensions.Design / Makefile
blob4c1e392ac53a506d7e2d1393f9dd3d24be47a7e9
1 thisdir = class/System.Web.Extensions.Design
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Web.Extensions.Design.dll
7 LIB_MCS_FLAGS = \
8 -define:NET_3_5 \
9 -r:System.dll \
10 -r:System.Design.dll \
11 $(OTHER_LIB_MCS_FLAGS)
13 include ../../build/library.make