Author: toshok
Date: 2005-05-02 04:04:08 -0400 (Mon, 02 May 2005)
New Revision: 43867
Modified:
trunk/debugger/ChangeLog
trunk/debugger/wrapper/Makefile.am
Log:
2005-05-02 Chris Toshok <[EMAIL PROTECTED]>
* wrapper/Makefile.am (MCS_FLAGS): use -debug instead of -g, and
turn off warnings about private things that are never used.
Modified: trunk/debugger/ChangeLog
===================================================================
--- trunk/debugger/ChangeLog 2005-05-02 08:00:53 UTC (rev 43866)
+++ trunk/debugger/ChangeLog 2005-05-02 08:04:08 UTC (rev 43867)
@@ -1,5 +1,10 @@
2005-05-02 Chris Toshok <[EMAIL PROTECTED]>
+ * wrapper/Makefile.am (MCS_FLAGS): use -debug instead of -g, and
+ turn off warnings about private things that are never used.
+
+2005-05-02 Chris Toshok <[EMAIL PROTECTED]>
+
* frontend/ScriptingContext.cs (FrameHandle.GetRegister): Resolve
-> GetTypeInfo.
Modified: trunk/debugger/wrapper/Makefile.am
===================================================================
--- trunk/debugger/wrapper/Makefile.am 2005-05-02 08:00:53 UTC (rev 43866)
+++ trunk/debugger/wrapper/Makefile.am 2005-05-02 08:04:08 UTC (rev 43867)
@@ -21,7 +21,7 @@
one_SCRIPTS = mdb.exe
-MCS_FLAGS = -g -define:DEBUG
+MCS_FLAGS = -debug -define:DEBUG -nowarn:0169,0067
noinst_SCRIPTS = Mono.Debugger.dll
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches