fill ElementLocation items at loading. Fix Subtool-related build fix for 4.0.
[mono.git] / mcs / class / Microsoft.Build / Makefile
1 thisdir = class/Microsoft.Build
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Microsoft.Build.dll
6
7 ifneq (4, $(FRAMEWORK_VERSION_MAJOR))
8 LIBRARY_NAME = dummy-Microsoft.Build.dll
9 NO_INSTALL = yes
10 NO_TEST = yes
11 NO_SIGN_ASSEMBLY = yes
12 endif
13
14 LIB_MCS_FLAGS = \
15         /r:$(corlib)                            \
16         /r:System.dll                           \
17         /r:System.Core.dll                      \
18         /r:System.Xml.dll                       \
19         /r:Microsoft.Build.Engine.dll           \
20         /r:Microsoft.Build.Framework.dll        \
21         /d:MICROSOFT_BUILD_DLL
22         
23 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
24
25 EXTRA_DISTFILES = \
26         Test/FunctionalTestReferenceProject.csproj      \
27         Test/FunctionalTestReferenceProject3.csproj     \
28         Test/Microsoft.Build.Test.csproj        \
29         Test/Microsoft.Build.csproj
30
31 include ../../build/library.make
32
33 export TESTING_MONO=a
34 XBUILD_DIR=../../tools/xbuild
35 include $(XBUILD_DIR)/xbuild_targets.make