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: 5befd1ea05ea993c8220dcc566e64e3dde62216a (plain)
1
2
3
4
5
6
7
8
9
10
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