Fix build with RTTI turned off using MSVC makefiles

Rebake these makefiles using fixed version of bakefile (pre-0.3.0).

See https://github.com/vslavik/bakefile/pull/85

Closes #17767.
This commit is contained in:
Vadim Zeitlin
2017-01-04 12:01:14 +01:00
parent 395d453c94
commit 59bd1178f1
113 changed files with 113 additions and 113 deletions

View File

@@ -212,7 +212,7 @@ __RUNTIME_LIBS_10 = D
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
!endif
!if "$(USE_RTTI)" == "0"
__RTTIFLAG_11 =
__RTTIFLAG_11 = /GR-
!endif
!if "$(USE_RTTI)" == "1"
__RTTIFLAG_11 = /GR