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:
Diffstat (limited to 'mcs/nunit24/ConsoleRunner/nunit-console/Makefile')
-rw-r--r--mcs/nunit24/ConsoleRunner/nunit-console/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/mcs/nunit24/ConsoleRunner/nunit-console/Makefile b/mcs/nunit24/ConsoleRunner/nunit-console/Makefile
index 7da91c9952d..21b597bbece 100644
--- a/mcs/nunit24/ConsoleRunner/nunit-console/Makefile
+++ b/mcs/nunit24/ConsoleRunner/nunit-console/Makefile
@@ -4,12 +4,6 @@ include ../../../build/rules.make
LIBRARY = nunit-console-runner.dll
KEYFILE = $(topdir)/nunit24/nunit.pub
-NO_SIGN_ASSEMBLY = 1
-
-ifdef MCS_MODE
-KEYFILE = $(topdir)/class/mono.snk
-NO_SIGN_ASSEMBLY =
-endif
LOCAL_MCS_FLAGS= /d:MONO /d:StronglyNamedAssembly /publicsign
LIB_REFS = nunit.core nunit.core.interfaces nunit.util System System.Xml