From 8276223e686a58436b45661253986bdfdddb1855 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 6 Apr 2006 14:27:50 +0000 Subject: [PATCH] Compile with no RTTI --- dlls/cstrike/msvc8/cstrike.vcproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/cstrike/msvc8/cstrike.vcproj b/dlls/cstrike/msvc8/cstrike.vcproj index ada7668b..fe85a4aa 100644 --- a/dlls/cstrike/msvc8/cstrike.vcproj +++ b/dlls/cstrike/msvc8/cstrike.vcproj @@ -51,6 +51,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CSTRIKE_EXPORTS" BasicRuntimeChecks="3" RuntimeLibrary="1" + RuntimeTypeInfo="false" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/cstrike.pch" AssemblerListingLocation=".\Debug/" @@ -147,6 +148,7 @@ StringPooling="true" RuntimeLibrary="0" EnableFunctionLevelLinking="true" + RuntimeTypeInfo="false" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Release/cstrike.pch" AssemblerListingLocation=".\Release/"