Mercurial > sdl-ios-xcode
diff VisualC/SDL/SDL_VS2010.vcxproj @ 5039:fc26fb7e20af
Use the debug C runtime for the debug configuration
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Jan 2011 13:50:53 -0800 |
parents | c8f23a7c39d5 |
children | e8916fe9cfc8 |
line wrap: on
line diff
--- a/VisualC/SDL/SDL_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/SDL/SDL_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -96,7 +96,7 @@ <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <BufferSecurityCheck>false</BufferSecurityCheck> <PrecompiledHeader> </PrecompiledHeader>