2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/Mono.XBuild.Tasks
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
XBUILD_DIR=$(topdir)/tools/xbuild
|
|
|
|
include $(XBUILD_DIR)/xbuild.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.XBuild.Tasks.dll
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Xml
|
2014-08-13 10:39:27 +01:00
|
|
|
LIB_MCS_FLAGS = \
|
|
|
|
/r:$(corlib) \
|
|
|
|
/r:System.dll \
|
|
|
|
/r:System.Xml.dll
|
|
|
|
|
|
|
|
include $(XBUILD_DIR)/xbuild_test.make
|
|
|
|
|
|
|
|
include ../../build/library.make
|