ChangeLog update
[mono.git] / mcs / class / System.Web.Extensions.Design_1.0 / Makefile
1 thisdir = class/System.Web.Extensions.Design_1.0
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Extensions.Design_1.0.dll
6 LIBRARY_NAME = System.Web.Extensions.Design.dll
7 LIBRARY_COMPAT = yes
8 NO_TEST = yes
9
10 LIB_MCS_FLAGS = \
11         -r:System.dll                   \
12         -r:System.Design.dll            \
13         $(OTHER_LIB_MCS_FLAGS)
14
15 include ../../build/library.make
16