SF.net SVN: geany: [1583] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon May 28 15:28:30 UTC 2007


Revision: 1583
          http://svn.sourceforge.net/geany/?rev=1583&view=rev
Author:   ntrel
Date:     2007-05-28 08:28:30 -0700 (Mon, 28 May 2007)

Log Message:
-----------
Force debug mode for a SVN working copy.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/configure.in
    trunk/src/Makefile.am

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-05-28 15:24:21 UTC (rev 1582)
+++ trunk/ChangeLog	2007-05-28 15:28:30 UTC (rev 1583)
@@ -2,6 +2,8 @@
 
  * src/project.c, src/document.c, src/ui_utils.c:
    Show current project name in window title.
+ * configure.in, src/Makefile.am:
+   Force debug mode for a SVN working copy.
 
 
 2007-05-26  Nick Treleaven  <nick.treleaven at btinternet.com>

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2007-05-28 15:24:21 UTC (rev 1582)
+++ trunk/configure.in	2007-05-28 15:28:30 UTC (rev 1583)
@@ -59,6 +59,8 @@
 if test -d ".svn" -a "x${SVN}" != "x" -a -x "${SVN}"
 then
 	REVISION=r`$SVN info|grep 'Last Changed Rev'|cut -d' ' -f4`
+	# force debug mode for a SVN working copy
+	CFLAGS="-g -DGEANY_DEBUG $CFLAGS"
 else
 	REVISION="-1"
 fi

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2007-05-28 15:24:21 UTC (rev 1582)
+++ trunk/src/Makefile.am	2007-05-28 15:28:30 UTC (rev 1583)
@@ -45,7 +45,6 @@
 			$(INTLLIBS) -lgdi32 -limm32 -lshell32 -lole32 -luuid -liberty -lcomdlg32 -lcomctl32 \
 			geany_private.res
 AM_CFLAGS = -Wall -pipe -mms-bitfields
-#AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe -mms-bitfields -g -O0
 geany_LDFLAGS =	-mwindows
 
 INCLUDES = -I$(srcdir)/../scintilla/include -I$(srcdir)/../tagmanager/include -DENABLE_NLS \
@@ -60,7 +59,6 @@
 else
 # build Geany for all other platforms
 AM_CFLAGS = -Wall -pipe
-#AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe -g -O0
 geany_SOURCES = $(SRCS) vte.c vte.h
 geany_LDADD = ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a @PACKAGE_LIBS@ -lstdc++ $(INTLLIBS)
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list