[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Microsoft.Build / Makefile
index 933782ff268b64d48a5d746d2223c93ffee7d39c..2dcbefdf7f93f09ca75f3d71def9f0fca89aba9f 100644 (file)
@@ -8,11 +8,13 @@ include $(XBUILD_DIR)/xbuild.make
 LIBRARY = Microsoft.Build.dll
 
 LIB_REFS = $(PARENT_PROFILE)System $(PARENT_PROFILE)System.Core $(PARENT_PROFILE)System.Xml Microsoft.Build.Engine Microsoft.Build.Framework
+KEYFILE = ../msfinal.pub
 LIB_MCS_FLAGS = \
        /d:MICROSOFT_BUILD_DLL
-       
+
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 TEST_LIB_REFS = $(XBUILD_UTILITIES)
+TEST_NUNITLITE_APP_CONFIG_RUNTIME=Test/test-config-file-$(PROFILE)
 
 EXTRA_DISTFILES = \
        Microsoft.Build.Internal/ExpressionParser.jay   \