Author: mkestner
Date: 2005-05-11 20:02:21 -0400 (Wed, 11 May 2005)
New Revision: 44419
Modified:
trunk/gtk-sharp/ChangeLog
trunk/gtk-sharp/configure.in.in
Log:
2005-05-11 Mike Kestner <[EMAIL PROTECTED]>
* configure.in.in : s/-g/-debug
Modified: trunk/gtk-sharp/ChangeLog
===================================================================
--- trunk/gtk-sharp/ChangeLog 2005-05-11 23:37:04 UTC (rev 44418)
+++ trunk/gtk-sharp/ChangeLog 2005-05-12 00:02:21 UTC (rev 44419)
@@ -1,5 +1,9 @@
2005-05-11 Mike Kestner <[EMAIL PROTECTED]>
+ * configure.in.in : s/-g/-debug
+
+2005-05-11 Mike Kestner <[EMAIL PROTECTED]>
+
* gtk/Gtk.metadata : hide IconTheme.GetIconSizes.
* gtk/IconTheme.custom : implement GetIconSizes because of its zero
terminated array return value. 2.6 only. [Fixes #74844]
Modified: trunk/gtk-sharp/configure.in.in
===================================================================
--- trunk/gtk-sharp/configure.in.in 2005-05-11 23:37:04 UTC (rev 44418)
+++ trunk/gtk-sharp/configure.in.in 2005-05-12 00:02:21 UTC (rev 44419)
@@ -40,11 +40,11 @@
CFLAGS='-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow
-Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings'
if test "x$enable_maintainer_mode" = "xyes"; then
-DEBUG_FLAGS='-g'
+DEBUG_FLAGS='-debug'
else
DEBUG_FLAGS=
AC_ARG_ENABLE(debug, [ --enable-debug Build debugger (.mdb) files
for dlls],
- DEBUG_FLAGS='-g'
+ DEBUG_FLAGS='-debug'
)
fi
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches