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: 3e1e6f988ce3cd68347e672f78ceaa4f40abd44b (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 /r:System.Configuration.Install.dll /warnaserror
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /warnaserror

EXTRA_DISTFILES =

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