Makefile 263 B

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