11 lines
214 B
Makefile
Raw Normal View History

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