From 262c562361bcdc0bca9ba9492191c02a3bc857a2 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 9 Jan 2011 08:35:18 -0800 Subject: [PATCH] Jcw87 to Sam The project files for VS 2005 are still outdated/messed up. I have a patch that will bring the VS 2005 project files up to date with the VS 2008 project files, add the x64 platform to the VS 2005 project files, fix a few issues with x64 in VS 2008, and a few other misc changes that don't really change the output at all. --- VisualC/SDL/SDL_VS2005.vcproj | 256 ++++++++++++++++++++++---- VisualC/SDL/SDL_VS2008.vcproj | 21 ++- VisualC/SDL_VS2005.sln | 17 +- VisualC/SDLmain/SDLmain_VS2005.vcproj | 245 ++++++++++++++++++++---- VisualC/SDLmain/SDLmain_VS2008.vcproj | 19 +- 5 files changed, 467 insertions(+), 91 deletions(-) diff --git a/VisualC/SDL/SDL_VS2005.vcproj b/VisualC/SDL/SDL_VS2005.vcproj index 439473a13..bffdedb2e 100644 --- a/VisualC/SDL/SDL_VS2005.vcproj +++ b/VisualC/SDL/SDL_VS2005.vcproj @@ -2,16 +2,17 @@ + @@ -55,10 +56,6 @@ RuntimeLibrary="2" BufferSecurityCheck="false" UsePrecompiledHeader="0" - PrecompiledHeaderFile=".\Debug/SDL.pch" - AssemblerListingLocation=".\Debug/" - ObjectFile=".\Debug/" - ProgramDataBaseFileName=".\Debug/" WarningLevel="3" SuppressStartupBanner="true" Detect64BitPortabilityProblems="false" @@ -78,21 +75,12 @@ /> - + + + + + + + + + + + + + + + + + + + + @@ -162,10 +237,6 @@ BufferSecurityCheck="false" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" - PrecompiledHeaderFile=".\Release/SDL.pch" - AssemblerListingLocation=".\Release/" - ObjectFile=".\Release/" - ProgramDataBaseFileName=".\Release/" WarningLevel="3" SuppressStartupBanner="true" Detect64BitPortabilityProblems="false" @@ -184,16 +255,100 @@ /> + + + + + + + + + + + + + + + + + + + + + + @@ -339,6 +498,10 @@ RelativePath="..\..\include\SDL_rect.h" > + + @@ -392,6 +555,10 @@ RelativePath="..\..\src\audio\windx5\directx.h" > + + @@ -432,6 +599,10 @@ RelativePath="..\..\src\video\mmx.h" > + + @@ -692,6 +863,14 @@ RelativePath="..\..\src\video\win32\SDL_gdirender.h" > + + + + @@ -856,6 +1035,14 @@ RelativePath="..\..\src\file\SDL_rwops.c" > + + + + @@ -949,7 +1136,6 @@ > @@ -1029,6 +1215,14 @@ RelativePath="..\..\src\video\win32\SDL_win32opengl.h" > + + + + diff --git a/VisualC/SDL/SDL_VS2008.vcproj b/VisualC/SDL/SDL_VS2008.vcproj index 3951aa69b..8e67a5522 100644 --- a/VisualC/SDL/SDL_VS2008.vcproj +++ b/VisualC/SDL/SDL_VS2008.vcproj @@ -56,7 +56,6 @@ PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__" RuntimeLibrary="2" BufferSecurityCheck="false" - UsePrecompiledHeader="0" WarningLevel="3" SuppressStartupBanner="true" Detect64BitPortabilityProblems="false" @@ -78,10 +77,10 @@ Name="VCLinkerTool" AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib" OutputFile="$(IntDir)\SDL.dll" + SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" GenerateDebugInformation="true" SubSystem="2" - CLRUnmanagedCodeCheck="false" /> @@ -315,9 +315,10 @@ RuntimeLibrary="2" BufferSecurityCheck="false" EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" WarningLevel="3" + SuppressStartupBanner="true" Detect64BitPortabilityProblems="false" + CompileAs="0" /> >>>>>> other Name="SDLmain" ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}" -<<<<<<< local -======= - TargetFrameworkVersion="131072" ->>>>>>> other + RootNamespace="SDLmain" > + @@ -33,11 +29,7 @@ >>>>>> other /> + + + + + + + + + + + + + + + + + >>>>>> other /> + + + + + + + + + + + + + + + + + >>>>>> other /> + + + + + + + + + + + + + + + + + @@ -51,7 +52,6 @@ StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" WarningLevel="3" SuppressStartupBanner="true" CompileAs="0" @@ -67,7 +67,7 @@ />