1
0
Fork 0

Enable RTTI in visual.net

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1992
This commit is contained in:
Peter Veenstra 2004-09-23 19:03:05 +00:00
parent 6fb463f5e1
commit 06bca7369f

View file

@ -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/"