From dfcd83ffa33cf4a23f6826f0b88e64cae11b765e Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Fri, 7 Apr 2006 11:42:50 +0000 Subject: [PATCH] Redefined some missing preprocessor macros that should have been present in the release build configs --- dlls/tfc/tfcx/msvc/tfcx.vcproj | 2 +- dlls/tfc/tfcx/msvc8/tfcx.vcproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/tfc/tfcx/msvc/tfcx.vcproj b/dlls/tfc/tfcx/msvc/tfcx.vcproj index 99181887..ab7cd15a 100755 --- a/dlls/tfc/tfcx/msvc/tfcx.vcproj +++ b/dlls/tfc/tfcx/msvc/tfcx.vcproj @@ -88,7 +88,7 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\amxmodx,..\..\metamod,..\..\sdk\common,..\..\sdk\engine,..\..\sdk\dlls" - PreprocessorDefinitions="tfcx_EXPORTS" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;tfcx_EXPORTS" StringPooling="TRUE" RuntimeLibrary="4" StructMemberAlignment="3" diff --git a/dlls/tfc/tfcx/msvc8/tfcx.vcproj b/dlls/tfc/tfcx/msvc8/tfcx.vcproj index a0b10872..0a747dbe 100644 --- a/dlls/tfc/tfcx/msvc8/tfcx.vcproj +++ b/dlls/tfc/tfcx/msvc8/tfcx.vcproj @@ -145,7 +145,7 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\amxmodx,..\..\metamod,..\..\sdk\common,..\..\sdk\engine,..\..\sdk\dlls" - PreprocessorDefinitions="tfcx_EXPORTS" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;tfcx_EXPORTS" StringPooling="true" RuntimeLibrary="0" StructMemberAlignment="3"