Makefile 242 B

123456789
  1. thisdir = class/System.Xml.Core
  2. include ../../build/rules.make
  3. LIBRARY = System.Xml.Core.dll
  4. # FIXME: remove NET_2_1_HACK
  5. LIB_MCS_FLAGS = -r:System -d:AGCLR -d:NET_2_1 -d:NET_2_0 -d:NET_1_1 -d:NET_2_1_HACK
  6. include ../../build/library.make