]> git.saurik.com Git - wxWidgets.git/commitdiff
Compensation for bkl 0.1.9.X/eVC4/RTTI bug.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 22 Aug 2005 14:54:41 +0000 (14:54 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 22 Aug 2005 14:54:41 +0000 (14:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index fb21fce49650cacf6c24b87b0141dfab4fa7b4c9..ac23bd5ecff0370b8e504a8fe59cb4352cf9c76a 100644 (file)
         </if>
         <define>$(NO_VC_CRTDBG)</define>
         <define>$(WIN32_WINNT)</define>
-        <if cond="FORMAT=='msevc4prj'">
-            <!-- hack to make eVC4 default project still compatible with eVC3 environment -->
+        <if cond="FORMAT=='msevc4prj' and
+                  BAKEFILE_VERSION in ['0.1.9'] and
+                  USE_RTTI=='0'">
+            <!-- hack to make eVC4 2.6.2 project files compatible with what we had in 2.6.1 -->
             <set var="_ldlibs">$(_ldlibs.replace('ccrtrtti.lib', ''))</set>
+            <set var="_cppflags">$(_cppflags.replace('/GR', ''))</set>
         </if>
     </template>