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: 6a02a326023de98aac08fd86eed1b291569f847b (plain)
1
2
3
4
5
6
7
8
9
10
thisdir = class/Mono.Management
SUBDIRS =
include ../../build/rules.make

LIBRARY = Mono.Management.dll

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

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