Single-threaded

This commit is contained in:
Felix Geyer
2004-08-19 16:09:27 +00:00
parent ef0fb41bfd
commit 204e8b7850
4 changed files with 7 additions and 6 deletions

View File

@ -25,7 +25,7 @@
AdditionalIncludeDirectories="..\..\metamod,..\..\sdk\common,..\..\sdk\engine,..\..\sdk\dlls"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;tfcx_EXPORTS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
RuntimeLibrary="5"
UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\debug/tfcx.pch"
AssemblerListingLocation=".\debug/"
@ -90,7 +90,7 @@
AdditionalIncludeDirectories="..\..\amxmodx,..\..\metamod,..\..\sdk\common,..\..\sdk\engine,..\..\sdk\dlls"
PreprocessorDefinitions="tfcx_EXPORTS"
StringPooling="TRUE"
RuntimeLibrary="0"
RuntimeLibrary="4"
StructMemberAlignment="3"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"