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

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

LIBRARY = System.Management.dll
LIB_REFS = System System.Configuration.Install
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Configuration.Install.dll
NO_TEST = yes

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