Makefile 258 B

123456789
  1. thisdir = class/System.Drawing.Design
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Drawing.Design.dll
  5. LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll
  6. NO_TEST = yes
  7. include ../../build/library.make