From 7f03b4be1b54d76af105940c48d53d506fb47a02 Mon Sep 17 00:00:00 2001 From: maxcorsini Date: Fri, 27 Jan 2006 08:56:42 +0000 Subject: [PATCH] Enable RTTI --- apps/msvc/trimeshinfo/trimeshinfo.vcproj | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/msvc/trimeshinfo/trimeshinfo.vcproj b/apps/msvc/trimeshinfo/trimeshinfo.vcproj index 18b27461..6d602c8f 100644 --- a/apps/msvc/trimeshinfo/trimeshinfo.vcproj +++ b/apps/msvc/trimeshinfo/trimeshinfo.vcproj @@ -70,6 +70,7 @@ AdditionalIncludeDirectories="../../.." PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" RuntimeLibrary="4" + RuntimeTypeInfo="TRUE" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="FALSE"