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/Mono.Debugger.Soft/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mcs/class/Mono.Debugger.Soft') diff --git a/mcs/class/Mono.Debugger.Soft/Makefile b/mcs/class/Mono.Debugger.Soft/Makefile index e2fa98dcebe..5e926275772 100644 --- a/mcs/class/Mono.Debugger.Soft/Makefile +++ b/mcs/class/Mono.Debugger.Soft/Makefile @@ -5,7 +5,8 @@ LIBRARY = Mono.Debugger.Soft.dll LIBRARY_SNK = ../mono.snk LIB_REFS = System Mono.Cecil System.Core -LIB_MCS_FLAGS = /unsafe -D:MONO_DATACONVERTER_STATIC_METHODS -keyfile:$(LIBRARY_SNK) /publicsign +LIB_MCS_FLAGS = /unsafe -D:MONO_DATACONVERTER_STATIC_METHODS /publicsign +KEYFILE = $(LIBRARY_SNK) TEST_MCS_FLAGS = TEST_LIB_REFS = Mono.Cecil System System.Core -- cgit v1.2.3