917e370a265a0c7fd294d427d564c764fe7b5ccf
[mono.git] / mcs / class / System.ServiceProcess / Makefile
1 thisdir = class/System.ServiceProcess
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.ServiceProcess.dll
6 LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll \
7         /warnaserror /nowarn:0618
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /warnaserror
9
10 EXTRA_DISTFILES =
11
12 include ../../build/library.make