Makefile 314 B

123456789101112
  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. /r:System.Windows.Forms.dll /nowarn:0618
  7. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
  8. EXTRA_DISTFILES =
  9. include ../../build/library.make