--- a/VisualC/SDL/SDL_VS2005.vcproj Fri Jan 07 15:18:17 2011 -0800
+++ b/VisualC/SDL/SDL_VS2005.vcproj Sun Jan 09 08:35:18 2011 -0800
@@ -2,16 +2,17 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
-
Name="SDL"
ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
RootNamespace="SDL"
-
>
<Platforms>
<Platform
Name="Win32"
/>
+ <Platform
+ Name="x64"
+ />
</Platforms>
<ToolFiles>
</ToolFiles>
@@ -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 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
-
- AdditionalDependencies="msimg32.lib winmm.lib"
- OutputFile=".\Debug/SDL.dll"
- LinkIncremental="2"
+ AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
+ OutputFile="$(IntDir)\SDL.dll"
SuppressStartupBanner="true"
-
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\Debug/SDL.pdb"
-
SubSystem="2"
-
- ImportLibrary=".\Debug/SDL.lib"
- CLRUnmanagedCodeCheck="false"
/>
<Tool
Name="VCALinkTool"
@@ -113,10 +101,97 @@
Name="VCAppVerifierTool"
/>
<Tool
-
Name="VCWebDeploymentTool"
/>
- <Tool
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="3"
+ TypeLibraryName=".\Debug/SDL.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="4"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
+ OutputFile="$(IntDir)\SDL.dll"
+ SuppressStartupBanner="true"
+ IgnoreAllDefaultLibraries="true"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -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 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="msimg32.lib winmm.lib"
- OutputFile=".\Release/SDL.dll"
- LinkIncremental="1"
+ AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
+ OutputFile="$(IntDir)\SDL.dll"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- ProgramDatabaseFile=".\Release/SDL.pdb"
SubSystem="2"
-
- ImportLibrary=".\Release/SDL.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="3"
+ TypeLibraryName=".\Release/SDL.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ EnableIntrinsicFunctions="false"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="msimg32.lib winmm.lib imm32.lib version.lib"
+ OutputFile="$(IntDir)\SDL.dll"
+ SuppressStartupBanner="true"
+ IgnoreAllDefaultLibraries="true"
+ SubSystem="2"
+ TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
@@ -252,6 +407,10 @@
>
</File>
<File
+ RelativePath="..\..\include\SDL_config.h"
+ >
+ </File>
+ <File
RelativePath="..\..\include\SDL_config_win32.h"
>
</File>
@@ -340,6 +499,10 @@
>
</File>
<File
+ RelativePath="..\..\include\SDL_revision.h"
+ >
+ </File>
+ <File
RelativePath="..\..\include\SDL_rwops.h"
>
</File>
@@ -393,6 +556,10 @@
>
</File>
<File
+ RelativePath="..\..\src\libm\e_atan2.c"
+ >
+ </File>
+ <File
RelativePath="..\..\src\libm\e_log.c"
>
</File>
@@ -433,6 +600,10 @@
>
</File>
<File
+ RelativePath="..\..\src\libm\s_atan.c"
+ >
+ </File>
+ <File
RelativePath="..\..\src\libm\s_copysign.c"
>
</File>
@@ -693,6 +864,14 @@
>
</File>
<File
+ RelativePath="..\..\src\events\SDL_gesture.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_gesture_c.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\stdlib\SDL_getenv.c"
>
</File>
@@ -857,6 +1036,14 @@
>
</File>
<File
+ RelativePath="..\..\src\video\SDL_shape.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_shape_internals.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\stdlib\SDL_stdlib.c"
>
</File>
@@ -949,7 +1136,6 @@
>
</File>
<File
-
RelativePath="..\..\src\events\SDL_touch.c"
>
</File>
@@ -1030,6 +1216,14 @@
>
</File>
<File
+ RelativePath="..\..\src\video\win32\SDL_win32shape.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\win32\SDL_win32shape.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\video\win32\SDL_win32video.c"
>
</File>