[svn] Change MSVC project files to use multithreaded (debug) dll runtime libraries. Hopefully this will solve the problems with ACE. Original patch by Derex.

--HG--
branch : trunk
This commit is contained in:
w12x
2008-10-21 06:23:46 -05:00
parent 5e1c19e4d9
commit 63f37b8bd2
33 changed files with 296 additions and 284 deletions

View File

@@ -24,7 +24,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
RuntimeLibrary="3"
UsePrecompiledHeader="3"
PrecompiledHeaderThrough="precompiled.h"
WarningLevel="3"
@@ -72,7 +72,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\..\..\dep\include\;..\..\..\shared\;..\..\..\framework\;..\..\..\game\;..\include\;..\..\..\..\dep\ACE_wrappers"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT"
RuntimeLibrary="0"
RuntimeLibrary="2"
EnableEnhancedInstructionSet="1"
UsePrecompiledHeader="3"
PrecompiledHeaderThrough="precompiled.h"