Enable RTTI in visual.net
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1992
This commit is contained in:
parent
6fb463f5e1
commit
06bca7369f
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile=".\Debug/dosbox.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
ObjectFile=".\Debug/"
|
||||
|
@ -97,6 +98,7 @@
|
|||
RuntimeLibrary="2"
|
||||
BufferSecurityCheck="FALSE"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile=".\Release/dosbox.pch"
|
||||
AssemblerOutput="4"
|
||||
AssemblerListingLocation=".\Release/"
|
||||
|
|
Loading…
Add table
Reference in a new issue