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:
authorMiguel de Icaza <miguel@gnome.org>2004-09-21 22:14:10 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-09-21 22:14:10 +0400
commitb33a805f58540e39f6bd9dbef5da96f834abb26e (patch)
tree3f918585e1b28b0819f49f57b9f2a507fb1334f9
parent8f9bfb613a7d16eee7678af8f53e946dfb70e4f8 (diff)
pain
svn path=/trunk/mcs/; revision=34186
-rw-r--r--mcs/nunit20/framework/Makefile2
-rw-r--r--mcs/nunit20/util/Makefile2
2 files changed, 2 insertions, 2 deletions
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 803a191fddf..29ed5b4a5ea 100644
--- a/mcs/nunit20/util/Makefile
+++ b/mcs/nunit20/util/Makefile
@@ -11,7 +11,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 = \