[corlib] CompressedStack in not supported in mobile profile
[mono.git] / mcs / class / Microsoft.Build / Makefile
index 931b9fc7e57482e278392af95aabd5ab397d55c8..68cd09eb0431b5ef865d8b5197a966ec6e25834a 100644 (file)
@@ -7,6 +7,7 @@ include $(XBUILD_DIR)/xbuild.make
 
 LIBRARY = Microsoft.Build.dll
 
+LIB_REFS = System System.Core System.Xml Microsoft.Build.Engine Microsoft.Build.Framework
 LIB_MCS_FLAGS = \
        /r:$(corlib)                            \
        /r:System.dll                           \
@@ -16,7 +17,8 @@ LIB_MCS_FLAGS = \
        /r:Microsoft.Build.Framework.dll        \
        /d:MICROSOFT_BUILD_DLL
        
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) \
+       /r:Microsoft.Build.Utilities.v4.0.dll
 
 EXTRA_DISTFILES = \
        Microsoft.Build.Internal/ExpressionParser.jay   \
@@ -34,5 +36,4 @@ BUILT_SOURCES = $(EXPR_PARSER).cs
 
 include ../../build/library.make
 
-XBUILD_FRAMEWORK_FOLDERS_PATH=xbuild-testing
 include $(XBUILD_DIR)/xbuild_test.make