c042cd0c52
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
12 lines
211 B
Makefile
12 lines
211 B
Makefile
thisdir = class/Mono.Management
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = Mono.Management.dll
|
|
|
|
LIB_REFS = System Mono.Posix
|
|
LIB_MCS_FLAGS = /r:$(corlib)
|
|
NO_TEST = yes
|
|
|
|
include ../../build/library.make
|