[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / System.ServiceProcess / Makefile
blob82de1c3ee28284fa58978023a7856832d2868ad6
1 thisdir = class/System.ServiceProcess
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.ServiceProcess.dll
6 LIB_REFS = System System.Configuration.Install System.Windows.Forms
7 LIB_MCS_FLAGS = /nowarn:0618
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10 EXTRA_DISTFILES =
12 include ../../build/library.make