comparison VisualC/SDLmain/SDLmain_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 007567dbb8c1
children e8916fe9cfc8
comparison
equal deleted inserted replaced
5038:40ef2ad3757c 5039:fc26fb7e20af
219 </PreBuildEvent> 219 </PreBuildEvent>
220 <ClCompile> 220 <ClCompile>
221 <Optimization>Disabled</Optimization> 221 <Optimization>Disabled</Optimization>
222 <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 222 <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
223 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 223 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
224 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 224 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
225 <PrecompiledHeader> 225 <PrecompiledHeader>
226 </PrecompiledHeader> 226 </PrecompiledHeader>
227 <WarningLevel>Level3</WarningLevel> 227 <WarningLevel>Level3</WarningLevel>
228 <SuppressStartupBanner>true</SuppressStartupBanner> 228 <SuppressStartupBanner>true</SuppressStartupBanner>
229 <DebugInformationFormat>OldStyle</DebugInformationFormat> 229 <DebugInformationFormat>OldStyle</DebugInformationFormat>