dynamic_cast needs RTTI

This commit is contained in:
Josh Allen
2006-08-13 16:41:28 +00:00
parent be758288e3
commit 28b80dd27c
+3
View File
@@ -30,6 +30,7 @@
ExceptionHandling="FALSE"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="global.h"
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
@@ -115,6 +116,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
RuntimeLibrary="2"
BufferSecurityCheck="FALSE"
EnableFunctionLevelLinking="FALSE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="global.h"
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
@@ -190,6 +192,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
ExceptionHandling="FALSE"
BasicRuntimeChecks="0"
RuntimeLibrary="2"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="global.h"
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"