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

LIBRARY = Mono.Management.dll

LIB_REFS = System Mono.Posix
KEYFILE = ../mono.pub
LIB_MCS_FLAGS =
NO_TEST = yes

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