Cleared up DEBUG define mess, defines are now called __WXDEBUG__ and WXDEBUG.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
install/gtk/configure
vendored
2
install/gtk/configure
vendored
@@ -5660,7 +5660,7 @@ fi
|
||||
|
||||
if test "$USE_DEBUG_FLAG" = 1 ; then
|
||||
cat >> confdefs.h <<EOF
|
||||
#define DEBUG $USE_DEBUG_FLAG
|
||||
#define WXDEBUG $USE_DEBUG_FLAG
|
||||
EOF
|
||||
|
||||
fi
|
||||
|
Reference in New Issue
Block a user