From 33d2d526448c17dd50e171804c614ef16d66e6aa Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Mon, 7 Aug 2017 08:03:48 -0400 Subject: [bcl] Specify the name of the key file on the command line instead of using the AssemblyKeyFile attribute for consistency and to make it easier to do path name manipulation on the file name. (#5316) --- mcs/class/System.Web.Http/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mcs/class/System.Web.Http') diff --git a/mcs/class/System.Web.Http/Makefile b/mcs/class/System.Web.Http/Makefile index 72afa046d2a..22be8256d94 100644 --- a/mcs/class/System.Web.Http/Makefile +++ b/mcs/class/System.Web.Http/Makefile @@ -8,9 +8,8 @@ RESOURCE_DEFS = \ System.Web.Http.Properties.CommonWebApiResources,../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx \ System.Web.Http.Properties.SRResources,../../../external/aspnetwebstack/src/System.Web.Http/Properties/SRResources.resx - - LIB_REFS = System.Core System System.Xml System.Net.Http System.ComponentModel.DataAnnotations System.Net.Http.Formatting System.Runtime.Caching System.Runtime.Serialization System.Data.Linq -LIB_MCS_FLAGS = -d:ASPNETMVC -keyfile:../winfx.pub -delaysign +KEYFILE = ../winfx.pub +LIB_MCS_FLAGS = -d:ASPNETMVC -delaysign include ../../build/library.make -- cgit v1.2.3