]> git.saurik.com Git - wxWidgets.git/commitdiff
make DEBUG_INFO=1 the default for VC++
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 16 Apr 2005 13:16:06 +0000 (13:16 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 16 Apr 2005 13:16:06 +0000 (13:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index 9d1ae8e5d2bbef7aa8881b04e3236bb7cd583dc0..039c0ae34e1c0f0ac249a2886e5d7b0272d08cbc 100644 (file)
         <if cond="DEBUG_INFO=='0'">off</if>
     </set>
     <set var="DEBUGRUNTIME">
         <if cond="DEBUG_INFO=='0'">off</if>
     </set>
     <set var="DEBUGRUNTIME">
-        <if cond="DEBUG_RUNTIME_LIBS=='default'">$(DEBUGINFO)</if>
+        <if cond="DEBUG_RUNTIME_LIBS=='default' and BUILD=='debug'">on</if>
+        <if cond="DEBUG_RUNTIME_LIBS=='default' and BUILD=='release'">off</if>
         <if cond="DEBUG_RUNTIME_LIBS=='0'">off</if>
         <if cond="DEBUG_RUNTIME_LIBS=='1'">on</if>
     </set>
         <if cond="DEBUG_RUNTIME_LIBS=='0'">off</if>
         <if cond="DEBUG_RUNTIME_LIBS=='1'">on</if>
     </set>