[build] Add dependency information for class libraries using a LIB_REFS variable...
[mono.git] / mcs / class / System.Drawing.Design / Makefile
1 thisdir = class/System.Drawing.Design
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Drawing.Design.dll
6 LIB_REFS = System System.Drawing System.Windows.Forms
7 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll
8 NO_TEST = yes
9
10 include ../../build/library.make