Makefile 230 B

123456789
  1. thisdir = class/System.Configuration.Install
  2. include ../../build/rules.make
  3. LIBRARY = System.Configuration.Install.dll
  4. LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
  5. NO_TEST = yes
  6. include ../../build/library.make