Mercurial > sdl-ios-xcode
diff VisualC/tests/testplatform/testplatform_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 | 5bb673951db2 |
children |
line wrap: on
line diff
--- a/VisualC/tests/testplatform/testplatform_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testplatform/testplatform_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -60,7 +60,7 @@ <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <PrecompiledHeaderOutputFile>.\Debug/testplatform.pch</PrecompiledHeaderOutputFile> <AssemblerListingLocation>.\Debug/</AssemblerListingLocation> <ObjectFileName>.\Debug/</ObjectFileName>