2003-04-05 Nick Drochak <ndrochak@gol.com>
authorNick Drochak <nickd@mono-cvs.ximian.com>
Sat, 5 Apr 2003 12:30:50 +0000 (12:30 -0000)
committerNick Drochak <nickd@mono-cvs.ximian.com>
Sat, 5 Apr 2003 12:30:50 +0000 (12:30 -0000)
* makefile.gnu: revert. debugger support not installed by default in mcs

svn path=/trunk/mcs/; revision=13197

mcs/class/corlib/ChangeLog
mcs/class/corlib/Test/ChangeLog
mcs/class/corlib/Test/makefile.gnu
mcs/class/corlib/makefile.gnu

index cd2bc1def2bf95cdfffd884f26e0530cd0286cff..5142c8f7b06efb3ef2627793e77b77cc1f931e46 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-05  Nick Drochak  <ndrochak@gol.com>
+
+       * makefile.gnu: revert. debugger support not installed by default in mcs
+
 2003-04-05  Nick Drochak  <ndrochak@gol.com>
 
        * makefile.gnu: compile with debug.
index 8f0c569c54c8b4b1d3424dd8195753696192e421..2cbc16987e7ed74fb9a478f93a43bdcd4fd8db71 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-05  Nick Drochak  <ndrochak@gol.com>
+
+       * makefile.gnu: revert. debugger support not installed by default in mcs
+
 2003-04-05  Nick Drochak  <ndrochak@gol.com>
 
        * makefile.gnu: compile with debug.
index a993740a7dce92f34518589456fbd3668fda09f2..afcd4b757bdc79389e58bbf1030428cdd5fa7a75 100644 (file)
@@ -4,7 +4,6 @@ LIBRARY = corlib_test.dll
 
 LIB_LIST = corlib_test.args
 LIB_FLAGS =    \
-               /debug+ /debug:full \
                -r $(topdir)/class/lib/corlib.dll \
                -r $(topdir)/class/lib/System.dll \
            -r $(topdir)/class/lib/NUnit.Framework.dll
index 84fa7558c9ca88f7012da9bce694d0cdbcf185f9..5b9f58b36369ceb9e7ca5b3e3c392bd3abfeac99 100644 (file)
@@ -4,7 +4,7 @@ TEST_DIR= Test
 LIBRARY = $(topdir)/class/lib/corlib.dll
 
 LIB_LIST = unix.args
-LIB_FLAGS = --unsafe --nostdlib /debug+ /debug:full
+LIB_FLAGS = --unsafe --nostdlib
 
 SOURCES_INCLUDE=*.cs
 SOURCES_EXCLUDE=\