From e382d8add61b6705e1b75fbe1308d2a124ff9a86 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Wed, 2 Sep 2009 12:52:56 +0000 Subject: [PATCH] VS solution: Path fixes for DebugFast git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4158 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/DolphinWX.vcproj | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Source/Core/DolphinWX/DolphinWX.vcproj b/Source/Core/DolphinWX/DolphinWX.vcproj index 20249e31f0..1089c72559 100644 --- a/Source/Core/DolphinWX/DolphinWX.vcproj +++ b/Source/Core/DolphinWX/DolphinWX.vcproj @@ -96,7 +96,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="$(SolutionDir)\$(ConfigurationName)\$(PlatformName);..\..\..\Externals\wxWidgets\lib\vc_lib\$(PlatformName)" IgnoreAllDefaultLibraries="false" - IgnoreDefaultLibraryNames="msvcrt" + IgnoreDefaultLibraryNames="" GenerateDebugInformation="true" ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb" GenerateMapFile="false" @@ -543,11 +543,11 @@