[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / System.Web.Extensions.Design / Makefile
blob6ea70f5bf6c1465ba05cac3cb3568edc5b2be1e5
1 thisdir = class/System.Web.Extensions.Design
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Web.Extensions.Design.dll
7 LIB_REFS = System System.Design System.Drawing System.Windows.Forms
8 LIB_MCS_FLAGS = -define:NET_3_5
10 include ../../build/library.make