In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
[mono.git] / mcs / class / System.Web.Extensions.Design / Makefile
1 thisdir = class/System.Web.Extensions.Design
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Extensions.Design.dll
6
7 LIB_MCS_FLAGS = \
8         -define:NET_3_5                 \
9         -r:System.dll                   \
10         -r:System.Design.dll            \
11         $(OTHER_LIB_MCS_FLAGS)
12
13 include ../../build/library.make
14