From 28e72d53c8fd10f6c8d9ca9ecfb36f4de2f4cddd Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 19 Jan 2011 13:50:53 -0800 Subject: [PATCH] Use the debug C runtime for the debug configuration --- VisualC/SDL/SDL_VS2008.vcproj | 10 +++++----- VisualC/SDL/SDL_VS2010.vcxproj | 2 +- VisualC/SDLmain/SDLmain_VS2008.vcproj | 2 +- VisualC/SDLmain/SDLmain_VS2010.vcxproj | 2 +- VisualC/tests/automated/automated_VS2008.vcproj | 10 +++++----- VisualC/tests/automated/automated_VS2010.vcxproj | 4 ++-- VisualC/tests/checkkeys/checkkeys_VS2008.vcproj | 2 +- VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj | 2 +- VisualC/tests/graywin/graywin_VS2008.vcproj | 2 +- VisualC/tests/graywin/graywin_VS2010.vcxproj | 2 +- VisualC/tests/loopwave/loopwave_VS2008.vcproj | 2 +- VisualC/tests/loopwave/loopwave_VS2010.vcxproj | 2 +- VisualC/tests/testalpha/testalpha_VS2008.vcproj | 6 +++--- VisualC/tests/testalpha/testalpha_VS2010.vcxproj | 2 +- VisualC/tests/testatomic/testatomic_VS2008.vcproj | 2 +- VisualC/tests/testdraw2/testdraw2_VS2008.vcproj | 2 +- VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj | 2 +- VisualC/tests/testfile/testfile_VS2008.vcproj | 2 +- VisualC/tests/testfile/testfile_VS2010.vcxproj | 2 +- VisualC/tests/testgamma/testgamma_VS2008.vcproj | 2 +- VisualC/tests/testgamma/testgamma_VS2010.vcxproj | 2 +- VisualC/tests/testgesture/testgesture_VS2008.vcproj | 2 +- VisualC/tests/testgl/testgl_VS2008.vcproj | 2 +- VisualC/tests/testgl/testgl_VS2010.vcxproj | 2 +- VisualC/tests/testgl2/testgl2_VS2008.vcproj | 2 +- VisualC/tests/testgl2/testgl2_VS2010.vcxproj | 2 +- VisualC/tests/testjoystick/testjoystick_VS2008.vcproj | 2 +- VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj | 2 +- VisualC/tests/testoverlay/testoverlay_VS2008.vcproj | 6 +++--- VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj | 2 +- VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj | 6 +++--- VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj | 2 +- VisualC/tests/testpalette/testpalette_VS2008.vcproj | 6 +++--- VisualC/tests/testpalette/testpalette_VS2010.vcxproj | 2 +- VisualC/tests/testplatform/testplatform_VS2008.vcproj | 2 +- VisualC/tests/testplatform/testplatform_VS2010.vcxproj | 2 +- VisualC/tests/testpower/testpower_VS2008.vcproj | 2 +- VisualC/tests/testpower/testpower_VS2010.vcxproj | 2 +- VisualC/tests/testshape/testshape_VS2008.vcproj | 2 +- VisualC/tests/testshape/testshape_VS2010.vcxproj | 2 +- VisualC/tests/testsprite/testsprite_VS2008.vcproj | 6 +++--- VisualC/tests/testsprite/testsprite_VS2010.vcxproj | 2 +- VisualC/tests/testsprite2/testsprite2_VS2008.vcproj | 6 +++--- VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj | 2 +- VisualC/tests/testvidinfo/testvidinfo_VS2008.vcproj | 2 +- VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj | 2 +- VisualC/tests/testwin/testwin_VS2008.vcproj | 6 +++--- VisualC/tests/testwin/testwin_VS2010.vcxproj | 2 +- VisualC/tests/testwm/testwm_VS2008.vcproj | 2 +- VisualC/tests/testwm/testwm_VS2010.vcxproj | 2 +- 50 files changed, 73 insertions(+), 73 deletions(-) diff --git a/VisualC/SDL/SDL_VS2008.vcproj b/VisualC/SDL/SDL_VS2008.vcproj index 6afd155a3..8ded09df1 100644 --- a/VisualC/SDL/SDL_VS2008.vcproj +++ b/VisualC/SDL/SDL_VS2008.vcproj @@ -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" @@ -634,10 +634,6 @@ RelativePath="..\..\src\atomic\SDL_atomic.c" > - - @@ -1034,6 +1030,10 @@ RelativePath="..\..\src\video\SDL_shape_internals.h" > + + diff --git a/VisualC/SDL/SDL_VS2010.vcxproj b/VisualC/SDL/SDL_VS2010.vcxproj index 22bfe0056..56e2e8d16 100644 --- a/VisualC/SDL/SDL_VS2010.vcxproj +++ b/VisualC/SDL/SDL_VS2010.vcxproj @@ -96,7 +96,7 @@ echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h" Disabled ..\..\include;%(AdditionalIncludeDirectories) _DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL false diff --git a/VisualC/SDLmain/SDLmain_VS2008.vcproj b/VisualC/SDLmain/SDLmain_VS2008.vcproj index bd08e9757..3b10b7225 100644 --- a/VisualC/SDLmain/SDLmain_VS2008.vcproj +++ b/VisualC/SDLmain/SDLmain_VS2008.vcproj @@ -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 --git a/VisualC/SDLmain/SDLmain_VS2010.vcxproj b/VisualC/SDLmain/SDLmain_VS2010.vcxproj index 0b34730cf..9e3c51f76 100644 --- a/VisualC/SDLmain/SDLmain_VS2010.vcxproj +++ b/VisualC/SDLmain/SDLmain_VS2010.vcxproj @@ -221,7 +221,7 @@ echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h" Disabled ..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL Level3 diff --git a/VisualC/tests/automated/automated_VS2008.vcproj b/VisualC/tests/automated/automated_VS2008.vcproj index 76ce605ae..97eb4c71e 100644 --- a/VisualC/tests/automated/automated_VS2008.vcproj +++ b/VisualC/tests/automated/automated_VS2008.vcproj @@ -45,7 +45,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" @@ -196,10 +196,6 @@ RelativePath="..\..\..\test\automated\rwops\rwops.c" > - - @@ -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 --git a/VisualC/tests/checkkeys/checkkeys_VS2008.vcproj b/VisualC/tests/checkkeys/checkkeys_VS2008.vcproj index c807fd3ee..8340c73dc 100644 --- a/VisualC/tests/checkkeys/checkkeys_VS2008.vcproj +++ b/VisualC/tests/checkkeys/checkkeys_VS2008.vcproj @@ -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 --git a/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj b/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj index 4afeff3c2..3ce70b130 100644 --- a/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj +++ b/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/checkkeys.pch diff --git a/VisualC/tests/graywin/graywin_VS2008.vcproj b/VisualC/tests/graywin/graywin_VS2008.vcproj index bd3afc823..90feee0a1 100644 --- a/VisualC/tests/graywin/graywin_VS2008.vcproj +++ b/VisualC/tests/graywin/graywin_VS2008.vcproj @@ -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 --git a/VisualC/tests/graywin/graywin_VS2010.vcxproj b/VisualC/tests/graywin/graywin_VS2010.vcxproj index b5bcee537..69157d3b2 100644 --- a/VisualC/tests/graywin/graywin_VS2010.vcxproj +++ b/VisualC/tests/graywin/graywin_VS2010.vcxproj @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/graywin.pch diff --git a/VisualC/tests/loopwave/loopwave_VS2008.vcproj b/VisualC/tests/loopwave/loopwave_VS2008.vcproj index 6044288b2..473f4de46 100644 --- a/VisualC/tests/loopwave/loopwave_VS2008.vcproj +++ b/VisualC/tests/loopwave/loopwave_VS2008.vcproj @@ -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 --git a/VisualC/tests/loopwave/loopwave_VS2010.vcxproj b/VisualC/tests/loopwave/loopwave_VS2010.vcxproj index 680f39b98..3bda50151 100644 --- a/VisualC/tests/loopwave/loopwave_VS2010.vcxproj +++ b/VisualC/tests/loopwave/loopwave_VS2010.vcxproj @@ -100,7 +100,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/loopwave.pch diff --git a/VisualC/tests/testalpha/testalpha_VS2008.vcproj b/VisualC/tests/testalpha/testalpha_VS2008.vcproj index b8313cf69..5b74bb2c6 100644 --- a/VisualC/tests/testalpha/testalpha_VS2008.vcproj +++ b/VisualC/tests/testalpha/testalpha_VS2008.vcproj @@ -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 --git a/VisualC/tests/testalpha/testalpha_VS2010.vcxproj b/VisualC/tests/testalpha/testalpha_VS2010.vcxproj index c8b8f699b..2b8266631 100644 --- a/VisualC/tests/testalpha/testalpha_VS2010.vcxproj +++ b/VisualC/tests/testalpha/testalpha_VS2010.vcxproj @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testalpha.pch diff --git a/VisualC/tests/testatomic/testatomic_VS2008.vcproj b/VisualC/tests/testatomic/testatomic_VS2008.vcproj index 92b366f6e..e25566df1 100644 --- a/VisualC/tests/testatomic/testatomic_VS2008.vcproj +++ b/VisualC/tests/testatomic/testatomic_VS2008.vcproj @@ -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 --git a/VisualC/tests/testdraw2/testdraw2_VS2008.vcproj b/VisualC/tests/testdraw2/testdraw2_VS2008.vcproj index 9c5165b86..93441d783 100644 --- a/VisualC/tests/testdraw2/testdraw2_VS2008.vcproj +++ b/VisualC/tests/testdraw2/testdraw2_VS2008.vcproj @@ -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 --git a/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj b/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj index 50d9b02c9..3dd523612 100644 --- a/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj +++ b/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj @@ -100,7 +100,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testdraw2.pch diff --git a/VisualC/tests/testfile/testfile_VS2008.vcproj b/VisualC/tests/testfile/testfile_VS2008.vcproj index eae484f72..7a403abe5 100644 --- a/VisualC/tests/testfile/testfile_VS2008.vcproj +++ b/VisualC/tests/testfile/testfile_VS2008.vcproj @@ -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 --git a/VisualC/tests/testfile/testfile_VS2010.vcxproj b/VisualC/tests/testfile/testfile_VS2010.vcxproj index 2b6224365..ab67378d6 100644 --- a/VisualC/tests/testfile/testfile_VS2010.vcxproj +++ b/VisualC/tests/testfile/testfile_VS2010.vcxproj @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testfile.pch diff --git a/VisualC/tests/testgamma/testgamma_VS2008.vcproj b/VisualC/tests/testgamma/testgamma_VS2008.vcproj index 6ff60a948..1961dc083 100644 --- a/VisualC/tests/testgamma/testgamma_VS2008.vcproj +++ b/VisualC/tests/testgamma/testgamma_VS2008.vcproj @@ -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 --git a/VisualC/tests/testgamma/testgamma_VS2010.vcxproj b/VisualC/tests/testgamma/testgamma_VS2010.vcxproj index bf88dbf87..a65d160d3 100644 --- a/VisualC/tests/testgamma/testgamma_VS2010.vcxproj +++ b/VisualC/tests/testgamma/testgamma_VS2010.vcxproj @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testgamma.pch diff --git a/VisualC/tests/testgesture/testgesture_VS2008.vcproj b/VisualC/tests/testgesture/testgesture_VS2008.vcproj index 945d161c6..560fe2cde 100644 --- a/VisualC/tests/testgesture/testgesture_VS2008.vcproj +++ b/VisualC/tests/testgesture/testgesture_VS2008.vcproj @@ -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 --git a/VisualC/tests/testgl/testgl_VS2008.vcproj b/VisualC/tests/testgl/testgl_VS2008.vcproj index db980f205..1d5d454cb 100644 --- a/VisualC/tests/testgl/testgl_VS2008.vcproj +++ b/VisualC/tests/testgl/testgl_VS2008.vcproj @@ -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 --git a/VisualC/tests/testgl/testgl_VS2010.vcxproj b/VisualC/tests/testgl/testgl_VS2010.vcxproj index f0494abc6..02d8af5d3 100644 --- a/VisualC/tests/testgl/testgl_VS2010.vcxproj +++ b/VisualC/tests/testgl/testgl_VS2010.vcxproj @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testgl.pch diff --git a/VisualC/tests/testgl2/testgl2_VS2008.vcproj b/VisualC/tests/testgl2/testgl2_VS2008.vcproj index e5adecb0d..dc961cf9c 100644 --- a/VisualC/tests/testgl2/testgl2_VS2008.vcproj +++ b/VisualC/tests/testgl2/testgl2_VS2008.vcproj @@ -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 --git a/VisualC/tests/testgl2/testgl2_VS2010.vcxproj b/VisualC/tests/testgl2/testgl2_VS2010.vcxproj index 9e535fe3f..2b284ff02 100644 --- a/VisualC/tests/testgl2/testgl2_VS2010.vcxproj +++ b/VisualC/tests/testgl2/testgl2_VS2010.vcxproj @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testgl2.pch diff --git a/VisualC/tests/testjoystick/testjoystick_VS2008.vcproj b/VisualC/tests/testjoystick/testjoystick_VS2008.vcproj index 01fad6a23..fb09def83 100644 --- a/VisualC/tests/testjoystick/testjoystick_VS2008.vcproj +++ b/VisualC/tests/testjoystick/testjoystick_VS2008.vcproj @@ -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 --git a/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj b/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj index 28a5ac29f..4994dce03 100644 --- a/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj +++ b/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj @@ -100,7 +100,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testjoystick.pch diff --git a/VisualC/tests/testoverlay/testoverlay_VS2008.vcproj b/VisualC/tests/testoverlay/testoverlay_VS2008.vcproj index fed7b0e33..26351977e 100644 --- a/VisualC/tests/testoverlay/testoverlay_VS2008.vcproj +++ b/VisualC/tests/testoverlay/testoverlay_VS2008.vcproj @@ -103,7 +103,7 @@ diff --git a/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj b/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj index 8c4ec0e32..76ddd2327 100644 --- a/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj +++ b/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj @@ -101,7 +101,7 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testoverlay.pch diff --git a/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj b/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj index daa81bffb..e1f3bf3d3 100644 --- a/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj +++ b/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj @@ -103,7 +103,7 @@ diff --git a/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj b/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj index a3241050f..195852b46 100644 --- a/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj +++ b/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj @@ -101,7 +101,7 @@ copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testoverlay2.pch diff --git a/VisualC/tests/testpalette/testpalette_VS2008.vcproj b/VisualC/tests/testpalette/testpalette_VS2008.vcproj index 5e9de2852..b0662540c 100644 --- a/VisualC/tests/testpalette/testpalette_VS2008.vcproj +++ b/VisualC/tests/testpalette/testpalette_VS2008.vcproj @@ -103,7 +103,7 @@ diff --git a/VisualC/tests/testpalette/testpalette_VS2010.vcxproj b/VisualC/tests/testpalette/testpalette_VS2010.vcxproj index e6a7c63d5..565b5ae26 100644 --- a/VisualC/tests/testpalette/testpalette_VS2010.vcxproj +++ b/VisualC/tests/testpalette/testpalette_VS2010.vcxproj @@ -101,7 +101,7 @@ copy $(SolutionDir)\..\test\sail.bmp $(ProjectDir)\sail.bmp Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testpalette.pch diff --git a/VisualC/tests/testplatform/testplatform_VS2008.vcproj b/VisualC/tests/testplatform/testplatform_VS2008.vcproj index 357a21e64..947748167 100644 --- a/VisualC/tests/testplatform/testplatform_VS2008.vcproj +++ b/VisualC/tests/testplatform/testplatform_VS2008.vcproj @@ -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 --git a/VisualC/tests/testplatform/testplatform_VS2010.vcxproj b/VisualC/tests/testplatform/testplatform_VS2010.vcxproj index 7c7568897..329785c5d 100644 --- a/VisualC/tests/testplatform/testplatform_VS2010.vcxproj +++ b/VisualC/tests/testplatform/testplatform_VS2010.vcxproj @@ -60,7 +60,7 @@ ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testplatform.pch .\Debug/ .\Debug/ diff --git a/VisualC/tests/testpower/testpower_VS2008.vcproj b/VisualC/tests/testpower/testpower_VS2008.vcproj index 3994e9b1c..5658d4ba4 100644 --- a/VisualC/tests/testpower/testpower_VS2008.vcproj +++ b/VisualC/tests/testpower/testpower_VS2008.vcproj @@ -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 --git a/VisualC/tests/testpower/testpower_VS2010.vcxproj b/VisualC/tests/testpower/testpower_VS2010.vcxproj index 85e48dc45..17896f867 100644 --- a/VisualC/tests/testpower/testpower_VS2010.vcxproj +++ b/VisualC/tests/testpower/testpower_VS2010.vcxproj @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testpower.pch diff --git a/VisualC/tests/testshape/testshape_VS2008.vcproj b/VisualC/tests/testshape/testshape_VS2008.vcproj index c36720065..ad326faee 100644 --- a/VisualC/tests/testshape/testshape_VS2008.vcproj +++ b/VisualC/tests/testshape/testshape_VS2008.vcproj @@ -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 --git a/VisualC/tests/testshape/testshape_VS2010.vcxproj b/VisualC/tests/testshape/testshape_VS2010.vcxproj index 8b440857b..39026fbf4 100644 --- a/VisualC/tests/testshape/testshape_VS2010.vcxproj +++ b/VisualC/tests/testshape/testshape_VS2010.vcxproj @@ -100,7 +100,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testshape.pch diff --git a/VisualC/tests/testsprite/testsprite_VS2008.vcproj b/VisualC/tests/testsprite/testsprite_VS2008.vcproj index 427427629..9cedb50fc 100644 --- a/VisualC/tests/testsprite/testsprite_VS2008.vcproj +++ b/VisualC/tests/testsprite/testsprite_VS2008.vcproj @@ -103,7 +103,7 @@ diff --git a/VisualC/tests/testsprite/testsprite_VS2010.vcxproj b/VisualC/tests/testsprite/testsprite_VS2010.vcxproj index 2b3d48664..cae235f42 100644 --- a/VisualC/tests/testsprite/testsprite_VS2010.vcxproj +++ b/VisualC/tests/testsprite/testsprite_VS2010.vcxproj @@ -101,7 +101,7 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testsprite.pch diff --git a/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj b/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj index d4ccc0c13..8bdbe2895 100644 --- a/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj +++ b/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj @@ -104,7 +104,7 @@ diff --git a/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj b/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj index 7f05ee208..02678bcc1 100644 --- a/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj +++ b/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj @@ -101,7 +101,7 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testsprite2.pch diff --git a/VisualC/tests/testvidinfo/testvidinfo_VS2008.vcproj b/VisualC/tests/testvidinfo/testvidinfo_VS2008.vcproj index f310ca253..b113fd863 100644 --- a/VisualC/tests/testvidinfo/testvidinfo_VS2008.vcproj +++ b/VisualC/tests/testvidinfo/testvidinfo_VS2008.vcproj @@ -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 --git a/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj b/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj index 8fb7c535f..9e8e9e78d 100644 --- a/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj +++ b/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj @@ -100,7 +100,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testvidinfo.pch diff --git a/VisualC/tests/testwin/testwin_VS2008.vcproj b/VisualC/tests/testwin/testwin_VS2008.vcproj index 1fd244a6e..4ba58fffc 100644 --- a/VisualC/tests/testwin/testwin_VS2008.vcproj +++ b/VisualC/tests/testwin/testwin_VS2008.vcproj @@ -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 --git a/VisualC/tests/testwin/testwin_VS2010.vcxproj b/VisualC/tests/testwin/testwin_VS2010.vcxproj index dead40897..cb14cb0ea 100644 --- a/VisualC/tests/testwin/testwin_VS2010.vcxproj +++ b/VisualC/tests/testwin/testwin_VS2010.vcxproj @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testwin.pch diff --git a/VisualC/tests/testwm/testwm_VS2008.vcproj b/VisualC/tests/testwm/testwm_VS2008.vcproj index 1bb606c86..e28820b57 100644 --- a/VisualC/tests/testwm/testwm_VS2008.vcproj +++ b/VisualC/tests/testwm/testwm_VS2008.vcproj @@ -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 --git a/VisualC/tests/testwm/testwm_VS2010.vcxproj b/VisualC/tests/testwm/testwm_VS2010.vcxproj index 0be4e2f98..1a4ecc80d 100644 --- a/VisualC/tests/testwm/testwm_VS2010.vcxproj +++ b/VisualC/tests/testwm/testwm_VS2010.vcxproj @@ -57,7 +57,7 @@ Disabled ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/testwm.pch