]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed another @DEBUG@
authorKarsten Ballüder <ballueder@usa.net>
Fri, 10 Jul 1998 11:55:19 +0000 (11:55 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Fri, 10 Jul 1998 11:55:19 +0000 (11:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/setup/maketmpl.in
src/gtk1/setup/maketmpl.in

index 687cb72c684a909191a3f5d4294f41684f1ec5ae..9580d21943317929c29b449f95a0f814f8a9d28d 100644 (file)
@@ -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@
index 687cb72c684a909191a3f5d4294f41684f1ec5ae..9580d21943317929c29b449f95a0f814f8a9d28d 100644 (file)
@@ -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@