Makefile 275 B

1234567891011
  1. thisdir = class/System.Configuration.Install
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Configuration.Install.dll
  5. LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
  6. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
  7. EXTRA_DISTFILES = Test/ChangeLog
  8. include ../../build/library.make