11 lines
248 B
Makefile
Raw Normal View History

thisdir = class/System.Drawing.Design
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.Drawing.Design.dll
LIB_REFS = System System.Drawing System.Windows.Forms
LIB_MCS_FLAGS = /r:$(corlib)
NO_TEST = yes
include ../../build/library.make