Makefile 307 B

1234567891011
  1. thisdir = class/System.ServiceProcess
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.ServiceProcess.dll
  5. LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll
  6. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
  7. EXTRA_DISTFILES =
  8. include ../../build/library.make