# HG changeset patch # User Sam Lantinga # Date 1295473853 28800 # Node ID fc26fb7e20afa98a6cec03314361e0b810308165 # Parent 40ef2ad3757cc84cabb66a1e427facd51a41d373 Use the debug C runtime for the debug configuration diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/SDL/SDL_VS2008.vcproj --- a/VisualC/SDL/SDL_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/SDL/SDL_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -54,7 +54,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\include;C:\Program Files\Microsoft SDKs\Windows\v7.0\Include" PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__" - RuntimeLibrary="2" + RuntimeLibrary="3" BufferSecurityCheck="false" WarningLevel="3" SuppressStartupBanner="true" @@ -635,10 +635,6 @@ > - - @@ -1035,6 +1031,10 @@ > + + diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/SDL/SDL_VS2010.vcxproj --- 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 @@ Disabled ..\..\include;%(AdditionalIncludeDirectories) _DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL false diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/SDLmain/SDLmain_VS2008.vcproj --- a/VisualC/SDLmain/SDLmain_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/SDLmain/SDLmain_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -319,7 +319,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="1" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/SDLmain/SDLmain_VS2010.vcxproj --- a/VisualC/SDLmain/SDLmain_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/SDLmain/SDLmain_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -221,7 +221,7 @@ Disabled ..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL Level3 diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/automated/automated_VS2008.vcproj --- a/VisualC/tests/automated/automated_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/automated/automated_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -45,7 +45,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" @@ -197,10 +197,6 @@ > - - @@ -212,6 +208,10 @@ RelativePath="..\..\..\test\automated\testsdl.c" > + + - automated + automated {DDD710DB-EC7B-4CCB-BD75-535D401A2FE0} automated Win32Proj @@ -52,7 +52,7 @@ WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDLL + MultiThreadedDebugDLL Level3 diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/checkkeys/checkkeys_VS2008.vcproj --- a/VisualC/tests/checkkeys/checkkeys_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/checkkeys/checkkeys_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -48,7 +48,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/checkkeys.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj --- a/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/checkkeys.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/graywin/graywin_VS2008.vcproj --- a/VisualC/tests/graywin/graywin_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/graywin/graywin_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -48,7 +48,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/graywin.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/graywin/graywin_VS2010.vcxproj --- a/VisualC/tests/graywin/graywin_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/graywin/graywin_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/graywin.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/loopwave/loopwave_VS2008.vcproj --- a/VisualC/tests/loopwave/loopwave_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/loopwave/loopwave_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -140,7 +140,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/loopwave.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/loopwave/loopwave_VS2010.vcxproj --- a/VisualC/tests/loopwave/loopwave_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/loopwave/loopwave_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -100,7 +100,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/loopwave.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testalpha/testalpha_VS2008.vcproj --- a/VisualC/tests/testalpha/testalpha_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testalpha/testalpha_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -48,7 +48,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testalpha.pch" AssemblerListingLocation=".\Debug/" @@ -103,7 +103,7 @@ diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testalpha/testalpha_VS2010.vcxproj --- a/VisualC/tests/testalpha/testalpha_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testalpha/testalpha_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testalpha.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testatomic/testatomic_VS2008.vcproj --- a/VisualC/tests/testatomic/testatomic_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testatomic/testatomic_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -49,7 +49,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testatomic.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testdraw2/testdraw2_VS2008.vcproj --- a/VisualC/tests/testdraw2/testdraw2_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testdraw2/testdraw2_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -140,7 +140,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testdraw2.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj --- a/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -100,7 +100,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testdraw2.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testfile/testfile_VS2008.vcproj --- a/VisualC/tests/testfile/testfile_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testfile/testfile_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -48,7 +48,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testfile.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testfile/testfile_VS2010.vcxproj --- a/VisualC/tests/testfile/testfile_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testfile/testfile_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testfile.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testgamma/testgamma_VS2008.vcproj --- a/VisualC/tests/testgamma/testgamma_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testgamma/testgamma_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -48,7 +48,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testgamma.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testgamma/testgamma_VS2010.vcxproj --- a/VisualC/tests/testgamma/testgamma_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testgamma/testgamma_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testgamma.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testgesture/testgesture_VS2008.vcproj --- a/VisualC/tests/testgesture/testgesture_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testgesture/testgesture_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -49,7 +49,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testgesture.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testgl/testgl_VS2008.vcproj --- a/VisualC/tests/testgl/testgl_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testgl/testgl_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -48,7 +48,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,HAVE_OPENGL" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testgl.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testgl/testgl_VS2010.vcxproj --- a/VisualC/tests/testgl/testgl_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testgl/testgl_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testgl.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testgl2/testgl2_VS2008.vcproj --- a/VisualC/tests/testgl2/testgl2_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testgl2/testgl2_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -48,7 +48,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,HAVE_OPENGL" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testgl2.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testgl2/testgl2_VS2010.vcxproj --- a/VisualC/tests/testgl2/testgl2_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testgl2/testgl2_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testgl2.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testjoystick/testjoystick_VS2008.vcproj --- a/VisualC/tests/testjoystick/testjoystick_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testjoystick/testjoystick_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -140,7 +140,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testjoystick.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj --- a/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -100,7 +100,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testjoystick.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testoverlay/testoverlay_VS2008.vcproj --- a/VisualC/tests/testoverlay/testoverlay_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testoverlay/testoverlay_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -103,7 +103,7 @@ diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj --- a/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -101,7 +101,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testoverlay.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj --- a/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -103,7 +103,7 @@ diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj --- a/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -101,7 +101,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testoverlay2.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testpalette/testpalette_VS2008.vcproj --- a/VisualC/tests/testpalette/testpalette_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testpalette/testpalette_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -103,7 +103,7 @@ diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testpalette/testpalette_VS2010.vcxproj --- a/VisualC/tests/testpalette/testpalette_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testpalette/testpalette_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -101,7 +101,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testpalette.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testplatform/testplatform_VS2008.vcproj --- a/VisualC/tests/testplatform/testplatform_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testplatform/testplatform_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -50,7 +50,7 @@ AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" - RuntimeLibrary="2" + RuntimeLibrary="3" PrecompiledHeaderFile=".\Debug/testplatform.pch" AssemblerListingLocation=".\Debug/" ObjectFile=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testplatform/testplatform_VS2010.vcxproj --- 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 @@ ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testplatform.pch .\Debug/ .\Debug/ diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testpower/testpower_VS2008.vcproj --- a/VisualC/tests/testpower/testpower_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testpower/testpower_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -49,7 +49,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testpower.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testpower/testpower_VS2010.vcxproj --- a/VisualC/tests/testpower/testpower_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testpower/testpower_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testpower.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testshape/testshape_VS2008.vcproj --- a/VisualC/tests/testshape/testshape_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testshape/testshape_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -140,7 +140,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testshape.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testshape/testshape_VS2010.vcxproj --- a/VisualC/tests/testshape/testshape_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testshape/testshape_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -100,7 +100,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testshape.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testsprite/testsprite_VS2008.vcproj --- a/VisualC/tests/testsprite/testsprite_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testsprite/testsprite_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -103,7 +103,7 @@ diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testsprite/testsprite_VS2010.vcxproj --- a/VisualC/tests/testsprite/testsprite_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testsprite/testsprite_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -101,7 +101,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testsprite.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testsprite2/testsprite2_VS2008.vcproj --- a/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -104,7 +104,7 @@ diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj --- a/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -101,7 +101,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testsprite2.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testvidinfo/testvidinfo_VS2008.vcproj --- a/VisualC/tests/testvidinfo/testvidinfo_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testvidinfo/testvidinfo_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -140,7 +140,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testvidinfo.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj --- a/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -100,7 +100,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testvidinfo.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testwin/testwin_VS2008.vcproj --- a/VisualC/tests/testwin/testwin_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testwin/testwin_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -48,7 +48,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testwin.pch" AssemblerListingLocation=".\Debug/" @@ -103,7 +103,7 @@ diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testwin/testwin_VS2010.vcxproj --- a/VisualC/tests/testwin/testwin_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testwin/testwin_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testwin.pch diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testwm/testwm_VS2008.vcproj --- a/VisualC/tests/testwm/testwm_VS2008.vcproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testwm/testwm_VS2008.vcproj Wed Jan 19 13:50:53 2011 -0800 @@ -48,7 +48,7 @@ Optimization="0" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" PrecompiledHeaderFile=".\Debug/testwm.pch" AssemblerListingLocation=".\Debug/" diff -r 40ef2ad3757c -r fc26fb7e20af VisualC/tests/testwm/testwm_VS2010.vcxproj --- a/VisualC/tests/testwm/testwm_VS2010.vcxproj Wed Jan 19 13:44:55 2011 -0800 +++ b/VisualC/tests/testwm/testwm_VS2010.vcxproj Wed Jan 19 13:50:53 2011 -0800 @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testwm.pch