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/nunit20')
-rw-r--r--mcs/nunit20/core/Makefile2
-rw-r--r--mcs/nunit20/framework/Makefile2
-rw-r--r--mcs/nunit20/util/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/mcs/nunit20/core/Makefile b/mcs/nunit20/core/Makefile
index 4714607c8cd..575e4f0652a 100644
--- a/mcs/nunit20/core/Makefile
+++ b/mcs/nunit20/core/Makefile
@@ -5,7 +5,7 @@ include ../../build/rules.make
LIBRARY = nunit.core.dll
LIBRARY_SNK = $(topdir)/nunit.key
-LOCAL_MCS_FLAGS= -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly
+LOCAL_MCS_FLAGS= -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly
NO_TEST = yo
EXTRA_DISTFILES = nunit.core.dll.csproj
diff --git a/mcs/nunit20/framework/Makefile b/mcs/nunit20/framework/Makefile
index 928299815be..2538dc968d2 100644
--- a/mcs/nunit20/framework/Makefile
+++ b/mcs/nunit20/framework/Makefile
@@ -6,7 +6,7 @@ LIBRARY = NUnit.Framework.dll
LIBRARY_NAME = nunit.framework.dll
LIBRARY_SNK = $(topdir)/nunit.key
-LIB_MCS_FLAGS = /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly
+LIB_MCS_FLAGS = -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly
NO_TEST = yo
EXTRA_DISTFILES = \
diff --git a/mcs/nunit20/util/Makefile b/mcs/nunit20/util/Makefile
index bae83a0198d..8c058cd7a69 100644
--- a/mcs/nunit20/util/Makefile
+++ b/mcs/nunit20/util/Makefile
@@ -9,7 +9,7 @@ LIBRARY_SNK = $(topdir)/nunit.key
LOCAL_MCS_FLAGS= \
/resource:Transform.resources,NUnit.Util.Transform.resources \
-r:nunit.framework.dll -r:nunit.core.dll -r:System.dll \
- -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly
+ -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly -debug
NO_TEST = yo
EXTRA_DISTFILES = \