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:
@@ -183,7 +183,7 @@
|
||||
|
||||
/********************** DO NOT CHANGE BELOW THIS POINT **********************/
|
||||
|
||||
/**************************** DEBUGGING FEATURES ****************************/
|
||||
/**************************** WXDEBUGGING FEATURES ****************************/
|
||||
|
||||
/* Compatibility with 1.66 API.
|
||||
Level 0: no backward compatibility, all new features
|
||||
@@ -193,9 +193,9 @@
|
||||
/*
|
||||
* Enables debugging: memory tracing, assert, etc.
|
||||
*/
|
||||
#undef DEBUG
|
||||
#undef WXDEBUG
|
||||
/*
|
||||
* Enables debugging version of wxObject::new and wxObject::delete (IF DEBUG)
|
||||
* Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
|
||||
* WARNING: this code may not work with all architectures, especially
|
||||
* if alignment is an issue.
|
||||
*/
|
||||
|
@@ -1,7 +1,7 @@
|
||||
s|*OS*|@OS@|g
|
||||
s|*WXBASEDIR*|@WXBASEDIR@|g
|
||||
s|*PROFILE*|@PROFILE@|g
|
||||
s|*DEBUG*|@DEBUG@|g
|
||||
s|*WXDEBUG*|@WXDEBUG@|g
|
||||
s|*OPTIMISE*|@OPTIMISE@|g
|
||||
s|*CC*|@CC@|g
|
||||
s|*CFLAGS*|@CFLAGS@|g
|
||||
|
Reference in New Issue
Block a user