use MOONLIGHT symbol
[mcs.git] / class / System.ServiceProcess / Makefile
blobe837292dff688043423527318318f3a5cf03c357
1 thisdir = class/System.ServiceProcess
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.ServiceProcess.dll
6 LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll \
7 /r:System.Windows.Forms.dll /nowarn:0618
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10 EXTRA_DISTFILES =
12 include ../../build/library.make