Makefile 292 B

123456789101112
  1. thisdir = class/System.Web.Extensions.Design
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Web.Extensions.Design.dll
  5. LIB_MCS_FLAGS = \
  6. -define:NET_3_5 \
  7. -r:System.dll -r:System.Design.dll -r:System.Drawing.dll -r:System.Windows.Forms.dll
  8. include ../../build/library.make