Makefile 386 B

12345678910111213141516
  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. ifeq (net_2_0, $(PROFILE))
  9. LIB_MCS_FLAGS += -r:System.Configuration.dll
  10. endif
  11. NO_TEST = yes
  12. include ../../build/library.make