From 54fe0dcf9ae97337f3a84b58b371756c1e0fbc0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Fri, 10 Jul 1998 11:55:19 +0000 Subject: [PATCH] fixed another @DEBUG@ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/setup/maketmpl.in | 2 +- src/gtk1/setup/maketmpl.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gtk/setup/maketmpl.in b/src/gtk/setup/maketmpl.in index 687cb72c68..9580d21943 100644 --- a/src/gtk/setup/maketmpl.in +++ b/src/gtk/setup/maketmpl.in @@ -27,7 +27,7 @@ TOOLKIT_DEF = -D@TOOLKIT_DEF@ # general compiler stuff OPTIMISE = @OPTIMISE@ PROFILE = @PROFILE@ -DEBUG = @DEBUG@ +DEBUG = @WXDEBUG@ # c-compiler stuff CC = @CC@ diff --git a/src/gtk1/setup/maketmpl.in b/src/gtk1/setup/maketmpl.in index 687cb72c68..9580d21943 100644 --- a/src/gtk1/setup/maketmpl.in +++ b/src/gtk1/setup/maketmpl.in @@ -27,7 +27,7 @@ TOOLKIT_DEF = -D@TOOLKIT_DEF@ # general compiler stuff OPTIMISE = @OPTIMISE@ PROFILE = @PROFILE@ -DEBUG = @DEBUG@ +DEBUG = @WXDEBUG@ # c-compiler stuff CC = @CC@ -- 2.50.0