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

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

LIBRARY = Mono.Management.dll

LIB_REFS = System Mono.Posix
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Mono.Posix.dll
NO_TEST = yes

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