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

Makefile « System.ServiceProcess « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9153893b1f0d498f3f6450144b1124936f3e1f3a (plain)
1
2
3
4
5
6
7
8
9
10
thisdir = class/System.ServiceProcess
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.ServiceProcess.dll
LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll

EXTRA_DISTFILES =

include ../../build/library.make