Makefile 292 B

1234567891011
  1. thisdir = class/System.EnterpriseServices
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.EnterpriseServices.dll
  5. LIB_MCS_FLAGS = /nowarn:0168 /nowarn:0162 /r:$(corlib)
  6. NO_TEST = yes
  7. EXTRA_DISTFILES = System.EnterpriseServices.Internal/Changelog
  8. include ../../build/library.make