From aeccd22792f34fb77c340180174f73f6c3270200 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Mon, 4 Apr 2016 13:42:47 +0200 Subject: [build] Change the way how mcs references are passed to compiler to always use full path. One of csc prerequisites because csc uses -lib as path which is considered after RuntimeEnvironment.GetRuntimeDirectory which makes -lib useless --- mcs/class/System.Data.Services/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mcs/class/System.Data.Services') diff --git a/mcs/class/System.Data.Services/Makefile b/mcs/class/System.Data.Services/Makefile index 5f9aeccafce..b5fb3cb6fdd 100644 --- a/mcs/class/System.Data.Services/Makefile +++ b/mcs/class/System.Data.Services/Makefile @@ -11,6 +11,7 @@ ifeq (4, $(FRAMEWORK_VERSION_MAJOR)) LIB_REFS += System.ServiceModel.Activation endif -TEST_MCS_FLAGS = -r:System.ServiceModel.dll -r:System.Core.dll +TEST_MCS_FLAGS = +TEST_LIB_REFS = System.ServiceModel System.Core include ../../build/library.make -- cgit v1.2.3