ide: Fixed Makefile to not contain GDB_DEBUG_GUI
authorJerome St-Louis <jerome@ecere.com>
Wed, 7 Nov 2012 06:35:55 +0000 (01:35 -0500)
committerJerome St-Louis <jerome@ecere.com>
Wed, 7 Nov 2012 06:35:55 +0000 (01:35 -0500)
ide/Makefile
ide/locale/ide.pot

index 8d10e46..4848d4c 100755 (executable)
@@ -178,7 +178,7 @@ CFLAGS += \
         $(if $(OSX_TARGET), \
                         -I/usr/X11R6/include,) \
         $(if $(DEBUG), -g, -O2 -ffast-math) $(FORCE_32_BIT) $(FPIC) -w \
-                        -DGDB_DEBUG_GUI $(FVISIBILITY)
+                        $(FVISIBILITY)
 
 
 
index 8d7cb8a..a24baf7 100644 (file)
@@ -893,10 +893,6 @@ msgstr "GCC Prefix"
 msgid "GDB Command"
 msgstr "GDB Command"
 
-#: ./src/ide.ec:1261
-msgid "GDB Dialog"
-msgstr "GDB Dialog"
-
 #: ./src/documents/PictureEdit.ec:32
 msgid "GIF Image"
 msgstr "GIF Image"