Makefile 435 B

1234567891011121314151617
  1. thisdir = class/System.Runtime.Serialization.Formatters.Soap
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. # bet you can't say this ten times fast
  5. LIBRARY = System.Runtime.Serialization.Formatters.Soap.dll
  6. LIB_MCS_FLAGS = /r:$(corlib) /r:System.Xml.dll
  7. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
  8. EXTRA_DISTFILES = \
  9. README \
  10. Sample.txt \
  11. Test/Test.cmbx \
  12. Test/Test.prjx
  13. include ../../build/library.make