macos native debug levels
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fe3edc0e3f
commit
5d7fe188ad
@ -1,5 +1,9 @@
|
|||||||
#define MSL_USE_PRECOMPILED_HEADERS 0
|
#define MSL_USE_PRECOMPILED_HEADERS 0
|
||||||
|
#if __WXDEBUG__
|
||||||
|
// mac os assert levels
|
||||||
|
#define DEBUG 1
|
||||||
|
#define DEBUG_INTERNAL 1
|
||||||
|
#endif
|
||||||
#if !defined( __MWERKS__ )
|
#if !defined( __MWERKS__ )
|
||||||
#error "this file is only for builds with Metrowerks CodeWarrior"
|
#error "this file is only for builds with Metrowerks CodeWarrior"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user