From d2f4b49f27dba8d5b86430e3655be93305885c67 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 26 Aug 2010 17:41:42 +0000 Subject: [PATCH] - fixed windows compiler flag for debug mode to include RTTI --- mk/windoze/shared_lib.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/windoze/shared_lib.vcproj b/mk/windoze/shared_lib.vcproj index b6746d408..32c15f4a1 100755 --- a/mk/windoze/shared_lib.vcproj +++ b/mk/windoze/shared_lib.vcproj @@ -49,7 +49,7 @@ RuntimeLibrary="1" EnableFunctionLevelLinking="true" FloatingPointModel="2" - RuntimeTypeInfo="false" + RuntimeTypeInfo="true" UsePrecompiledHeader="0" PrecompiledHeaderThrough="" PrecompiledHeaderFile="c:\temp\glest\$(TargetName).pch"