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:
authorRafael Teixeira <monoman@gmail.com>2003-07-18 20:51:37 +0400
committerRafael Teixeira <monoman@gmail.com>2003-07-18 20:51:37 +0400
commit29bc380171616a54a4eb704105005a740478dbad (patch)
tree162ef7c3855e33df0991197a836e07927615150a /mcs/class/System.ServiceProcess/Makefile
parent12476e91d36da61c516d813591b01ae592c5ed88 (diff)
Makefile and xxx.sources files added to be compatible with new make process
svn path=/trunk/mcs/; revision=16408
Diffstat (limited to 'mcs/class/System.ServiceProcess/Makefile')
-rw-r--r--mcs/class/System.ServiceProcess/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceProcess/Makefile b/mcs/class/System.ServiceProcess/Makefile
new file mode 100644
index 00000000000..2c72ccb2e08
--- /dev/null
+++ b/mcs/class/System.ServiceProcess/Makefile
@@ -0,0 +1,11 @@
+thisdir = class/System.ServiceProcess
+SUBDIRS =
+include ../../build/rules.make
+
+LIBRARY = System.Serviceprocess.dll
+LIB_MCS_FLAGS = /r:System.dll
+NO_TEST = yes
+
+EXTRA_DISTFILES =
+
+include ../../build/library.make