Oops, disable RTTI.

This commit is contained in:
Scott Ehlert 2006-04-07 10:27:49 +00:00
parent 62b28e7033
commit 3bf5fb612f

View File

@ -47,6 +47,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
StructMemberAlignment="3"
RuntimeTypeInfo="false"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
@ -124,6 +125,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;NVAULT_EXPORTS"
RuntimeLibrary="0"
StructMemberAlignment="3"
RuntimeTypeInfo="false"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="false"