Compensation for bkl 0.1.9.X/eVC4/RTTI bug.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -285,9 +285,12 @@
|
|||||||
</if>
|
</if>
|
||||||
<define>$(NO_VC_CRTDBG)</define>
|
<define>$(NO_VC_CRTDBG)</define>
|
||||||
<define>$(WIN32_WINNT)</define>
|
<define>$(WIN32_WINNT)</define>
|
||||||
<if cond="FORMAT=='msevc4prj'">
|
<if cond="FORMAT=='msevc4prj' and
|
||||||
<!-- hack to make eVC4 default project still compatible with eVC3 environment -->
|
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="_ldlibs">$(_ldlibs.replace('ccrtrtti.lib', ''))</set>
|
||||||
|
<set var="_cppflags">$(_cppflags.replace('/GR', ''))</set>
|
||||||
</if>
|
</if>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user