Merge pull request #1604 from iainx/cov-install-coverage-filter
[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_REFS = System System.Design System.Drawing System.Windows.Forms
8 LIB_MCS_FLAGS = \
9         -define:NET_3_5                 \
10         -r:System.dll -r:System.Design.dll -r:System.Drawing.dll -r:System.Windows.Forms.dll
11
12 include ../../build/library.make
13