From 971c5ffbb5745cf74c523810ea36151f0836c38a Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Fri, 7 Apr 2006 08:58:37 +0000 Subject: [PATCH] Oops. Put no RTTI on debug build as well. --- dlls/csx/source/msvc8/csx.vcproj | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/csx/source/msvc8/csx.vcproj b/dlls/csx/source/msvc8/csx.vcproj index b517512a..08b6a7c5 100644 --- a/dlls/csx/source/msvc8/csx.vcproj +++ b/dlls/csx/source/msvc8/csx.vcproj @@ -149,6 +149,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;csx_EXPORTS" BasicRuntimeChecks="3" RuntimeLibrary="1" + RuntimeTypeInfo="false" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\debug/csx.pch" AssemblerListingLocation=".\debug/"