[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Microsoft.Build.Engine / Makefile
index 3c6915a0b75284e8721a6f0a88290392aa80fa27..c8ce9a22816e616fc16821985b2377a69f57c6d4 100644 (file)
@@ -8,6 +8,7 @@ include $(XBUILD_DIR)/xbuild.make
 LIBRARY = Microsoft.Build.Engine.dll
 
 LIB_REFS = $(PARENT_PROFILE)System $(PARENT_PROFILE)System.Core $(PARENT_PROFILE)System.Xml $(XBUILD_FRAMEWORK) $(XBUILD_UTILITIES)
+KEYFILE = ../msfinal.pub
 LIB_MCS_FLAGS =
 
 TEST_MCS_FLAGS =
@@ -28,7 +29,9 @@ test-local: compile-resources
 
 compile-resources: Test/resources/TestTasks-$(PROFILE).dll
        cp Test/resources/TestTasks-$(PROFILE).dll Test/resources/TestTasks.dll
+ifndef MCS_MODE
        cp Test/resources/TestTasks-$(PROFILE).pdb Test/resources/TestTasks.pdb
+endif
 
 include $(XBUILD_DIR)/xbuild_test.make
 include ../../build/library.make