- fixed windows compiler flag for debug mode to include RTTI

This commit is contained in:
Mark Vejvoda
2010-08-26 17:41:42 +00:00
parent 4ebd156828
commit d2f4b49f27

View File

@@ -49,7 +49,7 @@
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough=""
PrecompiledHeaderFile="c:\temp\glest\$(TargetName).pch"