Makefile 306 B

1234567891011
  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. /r:Accessibility.dll /r:System.Data.dll
  8. NO_TEST = yes
  9. include ../../build/library.make