6992685b86
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
11 lines
248 B
Makefile
11 lines
248 B
Makefile
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
|