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: 8cdb384701239a58bda50fd68486aac0f8695914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
thisdir = class/System.ServiceProcess
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.ServiceProcess.dll
LIB_REFS = System System.Configuration.Install System.Windows.Forms
LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll \
	/r:System.Windows.Forms.dll /nowarn:0618
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

EXTRA_DISTFILES =

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