dynamic_cast needs RTTI
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
ExceptionHandling="FALSE"
|
ExceptionHandling="FALSE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="2"
|
UsePrecompiledHeader="2"
|
||||||
PrecompiledHeaderThrough="global.h"
|
PrecompiledHeaderThrough="global.h"
|
||||||
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
|
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
|
||||||
@@ -115,6 +116,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
BufferSecurityCheck="FALSE"
|
BufferSecurityCheck="FALSE"
|
||||||
EnableFunctionLevelLinking="FALSE"
|
EnableFunctionLevelLinking="FALSE"
|
||||||
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="2"
|
UsePrecompiledHeader="2"
|
||||||
PrecompiledHeaderThrough="global.h"
|
PrecompiledHeaderThrough="global.h"
|
||||||
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
|
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
|
||||||
@@ -190,6 +192,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
ExceptionHandling="FALSE"
|
ExceptionHandling="FALSE"
|
||||||
BasicRuntimeChecks="0"
|
BasicRuntimeChecks="0"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="2"
|
UsePrecompiledHeader="2"
|
||||||
PrecompiledHeaderThrough="global.h"
|
PrecompiledHeaderThrough="global.h"
|
||||||
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
|
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
|
||||||
|
|||||||
Reference in New Issue
Block a user