Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

19 lines
384 B
Makefile

thisdir = class/Microsoft.Build.Framework
SUBDIRS =
include ../../build/rules.make
XBUILD_DIR=$(topdir)/tools/xbuild
include $(XBUILD_DIR)/xbuild.make
LIBRARY = Microsoft.Build.Framework.dll
LIB_MCS_FLAGS = \
/r:$(corlib) \
/r:System.dll
EXTRA_DISTFILES = \
Mono.XBuild.Framework/AssemblyLoadInfo.cs
include ../../build/library.make
include $(XBUILD_DIR)/xbuild_test.make