Mercurial > sdl-ios-xcode
diff VisualC/SDLmain/SDLmain_VS2008.vcproj @ 4968:379361d5e425
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.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 09 Jan 2011 08:35:18 -0800 |
parents | eff4e88cc1e8 |
children | fc26fb7e20af |
line wrap: on
line diff
--- a/VisualC/SDLmain/SDLmain_VS2008.vcproj Fri Jan 07 15:18:17 2011 -0800 +++ b/VisualC/SDLmain/SDLmain_VS2008.vcproj Sun Jan 09 08:35:18 2011 -0800 @@ -4,6 +4,7 @@ Version="9.00" Name="SDLmain" ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}" + RootNamespace="SDLmain" TargetFrameworkVersion="131072" > <Platforms> @@ -51,7 +52,6 @@ StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" WarningLevel="3" SuppressStartupBanner="true" CompileAs="0" @@ -67,7 +67,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile=".\Release\SDLmain.lib" + OutputFile="$(IntDir)\SDLmain.lib" SuppressStartupBanner="true" /> <Tool @@ -119,8 +119,6 @@ StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - PrecompiledHeaderFile=".\Release/SDLmain.pch" WarningLevel="3" SuppressStartupBanner="true" CompileAs="0" @@ -137,6 +135,7 @@ <Tool Name="VCLibrarianTool" OutputFile="$(IntDir)\SDLmain.lib" + SuppressStartupBanner="true" /> <Tool Name="VCALinkTool" @@ -188,7 +187,6 @@ StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" WarningLevel="3" SuppressStartupBanner="true" CompileAs="0" @@ -204,7 +202,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile=".\Release_NOSTDIO\SDLmain.lib" + OutputFile="$(IntDir)\SDLmain.lib" SuppressStartupBanner="true" /> <Tool @@ -256,8 +254,6 @@ StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - PrecompiledHeaderFile=".\Release_NOSTDIO/SDLmain.pch" WarningLevel="3" SuppressStartupBanner="true" CompileAs="0" @@ -274,6 +270,7 @@ <Tool Name="VCLibrarianTool" OutputFile="$(IntDir)\SDLmain.lib" + SuppressStartupBanner="true" /> <Tool Name="VCALinkTool" @@ -323,7 +320,6 @@ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" RuntimeLibrary="2" - UsePrecompiledHeader="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="1" @@ -340,7 +336,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile=".\Debug\SDLmain.lib" + OutputFile="$(IntDir)\SDLmain.lib" SuppressStartupBanner="true" /> <Tool @@ -390,8 +386,6 @@ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL" PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" RuntimeLibrary="2" - UsePrecompiledHeader="0" - PrecompiledHeaderFile=".\Debug/SDLmain.pch" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="1" @@ -409,6 +403,7 @@ <Tool Name="VCLibrarianTool" OutputFile="$(IntDir)\SDLmain.lib" + SuppressStartupBanner="true" /> <Tool Name="VCALinkTool"