Makefile 307 B

1234567891011
  1. thisdir = class/System.Drawing
  2. include ../../build/rules.make
  3. SUBDIRS =
  4. LIBRARY = System.Drawing.dll
  5. LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /nowarn:649 /nowarn:169
  6. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /r:System.Drawing.dll -nowarn:0618 -nowarn:219 -nowarn:169
  7. include ../../build/library.make