Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Norton <grompf@sublimeintervention.com>2005-01-23 10:58:57 +0300
committerGeoff Norton <grompf@sublimeintervention.com>2005-01-23 10:58:57 +0300
commit20e91be152492a8683dc14ffe6b5b1317a66b64d (patch)
treecf8e7ece4c1c15aab9e443103b521e321c79c099 /mcs/class/System.ServiceProcess/Makefile
parent67f3d5f1270bf785f11f4d2264a374ae17900227 (diff)
2005-01-23 Geoff Norton <gnorton@customerdna.com>
* ServiceBase.cs: Implement missing virtuals. * ServiceInstaller.cs: Initial Implementation. * ServiceProcessInstaller.cs: Initial Implementation. svn path=/trunk/mcs/; revision=39373
Diffstat (limited to 'mcs/class/System.ServiceProcess/Makefile')
-rw-r--r--mcs/class/System.ServiceProcess/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.ServiceProcess/Makefile b/mcs/class/System.ServiceProcess/Makefile
index a2c502f85ad..9153893b1f0 100644
--- a/mcs/class/System.ServiceProcess/Makefile
+++ b/mcs/class/System.ServiceProcess/Makefile
@@ -3,7 +3,7 @@ SUBDIRS =
include ../../build/rules.make
LIBRARY = System.ServiceProcess.dll
-LIB_MCS_FLAGS = /r:System.dll
+LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll
EXTRA_DISTFILES =