Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2014-05-24 10:24:42 +0400
committerMarek Safar <marek.safar@gmail.com>2014-05-24 10:24:42 +0400
commite1f9b1e0843a2a3c3c1ddd4b5948d721954b787b (patch)
tree1e4f46c38adeffd8d77c82c21346ede768a7be74 /mcs/class/Mono.Cecil.Mdb
parent20872b3abe24c0e085710ea09209a92617fdb2e5 (diff)
Revert "[build] Make Mono.Cecil use an [assmebly:AssemblyKeyFile] to specify keyfile"
This reverts commit 20872b3abe24c0e085710ea09209a92617fdb2e5 to fix the build
Diffstat (limited to 'mcs/class/Mono.Cecil.Mdb')
-rw-r--r--mcs/class/Mono.Cecil.Mdb/AssemblyInfo.cs5
-rw-r--r--mcs/class/Mono.Cecil.Mdb/Makefile3
2 files changed, 2 insertions, 6 deletions
diff --git a/mcs/class/Mono.Cecil.Mdb/AssemblyInfo.cs b/mcs/class/Mono.Cecil.Mdb/AssemblyInfo.cs
deleted file mode 100644
index 0815149894d..00000000000
--- a/mcs/class/Mono.Cecil.Mdb/AssemblyInfo.cs
+++ /dev/null
@@ -1,5 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyKeyFile ("../mono.snk")]
diff --git a/mcs/class/Mono.Cecil.Mdb/Makefile b/mcs/class/Mono.Cecil.Mdb/Makefile
index a07237f96f5..58d527dfed4 100644
--- a/mcs/class/Mono.Cecil.Mdb/Makefile
+++ b/mcs/class/Mono.Cecil.Mdb/Makefile
@@ -2,9 +2,10 @@ thisdir = class/Mono.Cecil.Mdb
include ../../build/rules.make
LIBRARY = Mono.Cecil.Mdb.dll
+LIBRARY_SNK = ../mono.snk
LIBRARY_PACKAGE = none
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Mono.Cecil.dll /d:CECIL
+LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Mono.Cecil.dll /d:CECIL -keyfile:$(LIBRARY_SNK)
NO_TEST = yes