[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / System.Design / Makefile
blobbe9529a32b1fdd0d9d0a699a33d96e81a1b0f6ff
1 thisdir = class/System.Design
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Design.dll
8 LIB_REFS = System System.Xml System.Web System.Windows.Forms System.Drawing Accessibility System.Data System.Configuration
9 LIB_MCS_FLAGS = -r:$(corlib)
11 TEST_MCS_FLAGS = /r:System.dll -r:System.Drawing.dll -r:System.Windows.Forms
13 include ../../build/library.make