Makefile 236 B

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