From: Karsten Ballüder Date: Fri, 10 Jul 1998 11:55:19 +0000 (+0000) Subject: fixed another @DEBUG@ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/54fe0dcf9ae97337f3a84b58b371756c1e0fbc0b fixed another @DEBUG@ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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@