From 80892f92f6257dbf70abd09fac95dd16776fdeb7 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Thu, 30 Oct 2008 06:56:30 +0300 Subject: [PATCH] Fixed RuntimeLibrary setting in VC80/framework.vcproj --- win/VC80/framework.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/VC80/framework.vcproj b/win/VC80/framework.vcproj index 66fffc91f..581235c54 100644 --- a/win/VC80/framework.vcproj +++ b/win/VC80/framework.vcproj @@ -50,7 +50,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB" MinimalRebuild="false" BasicRuntimeChecks="3" - RuntimeLibrary="1" + RuntimeLibrary="3" RuntimeTypeInfo="true" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch" @@ -125,7 +125,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB" MinimalRebuild="false" BasicRuntimeChecks="3" - RuntimeLibrary="1" + RuntimeLibrary="3" RuntimeTypeInfo="true" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch" -- 2.11.4.GIT