From: Václav Slavík Date: Fri, 1 Aug 2003 13:33:02 +0000 (+0000) Subject: added DEBUG_FLAG, DEBUG_INFO and DEBUG_RUNTIME_LIBS options X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4f6e1dac129164733338529ee65453b12573596e added DEBUG_FLAG, DEBUG_INFO and DEBUG_RUNTIME_LIBS options git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/Makefile b/build/bakefiles/Makefile index 38c285caa3..f3bea2a62a 100644 --- a/build/bakefiles/Makefile +++ b/build/bakefiles/Makefile @@ -8,7 +8,9 @@ CDEPS = config.bkl common.bkl common_contrib.bkl SDEPS = config.bkl common.bkl common_samples.bkl MDEPS = common.bkl config.bkl files.bkl monolithic.bkl multilib.bkl opengl.bkl wxwin.py -DSWFLAGS = -DRUNTIME_LIBS=dynamic -DOFFICIAL_BUILD=0 -DUSE_HTML=1 -DUSE_OPENGL=1 -DMONOLITHIC=0 -DUSE_GUI=1 +DSWFLAGS = -DRUNTIME_LIBS=dynamic -DOFFICIAL_BUILD=0 -DUSE_HTML=1 \ + -DUSE_OPENGL=1 -DMONOLITHIC=0 -DUSE_GUI=1 \ + -DDEBUG_INFO=default -DDEBUG_FLAG=default AUTOCONF_ALL = \ ../../Makefile.in \ ../../contrib/samples/animate/Makefile.in \ diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 896ee5e046..0ef7e41c41 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -61,7 +61,8 @@ - d + d + d u @@ -161,9 +162,16 @@ - - on - off + + on + on + off + off + + + $(DEBUGINFO) + off + on off @@ -171,14 +179,16 @@ - __WXDEBUG__ + __WXDEBUG__ + __WXDEBUG__ wxUSE_UNICODE=1