2009-09-06 04:40:29 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="9.00"
|
2012-01-22 17:21:00 -05:00
|
|
|
Name="SDL2"
|
2009-09-06 04:40:29 +00:00
|
|
|
ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
|
|
|
|
RootNamespace="SDL"
|
|
|
|
TargetFrameworkVersion="131072"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
<Platform
|
|
|
|
Name="x64"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory=".\Debug"
|
|
|
|
IntermediateDirectory=".\Debug"
|
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2011-02-16 02:37:09 -08:00
|
|
|
CommandLine=""
|
2009-09-06 04:40:29 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
TargetEnvironment="1"
|
|
|
|
TypeLibraryName=".\Debug/SDL.tlb"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2011-02-17 18:53:46 -08:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2011-02-22 21:44:36 -08:00
|
|
|
PreprocessorDefinitions="_DEBUG;_WINDOWS"
|
2011-01-19 13:50:53 -08:00
|
|
|
RuntimeLibrary="3"
|
2009-09-06 04:40:29 +00:00
|
|
|
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"
|
2011-03-07 22:06:12 -08:00
|
|
|
AdditionalDependencies="winmm.lib imm32.lib version.lib"
|
2009-09-06 04:40:29 +00:00
|
|
|
IgnoreAllDefaultLibraries="true"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2012-01-09 04:53:58 -05:00
|
|
|
Name="Debug|x64"
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
2009-09-06 04:40:29 +00:00
|
|
|
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"
|
2012-01-09 04:53:58 -05:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2009-09-06 04:40:29 +00:00
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
2012-01-09 04:53:58 -05:00
|
|
|
TargetEnvironment="3"
|
|
|
|
TypeLibraryName=".\Debug/SDL.tlb"
|
2009-09-06 04:40:29 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2012-01-09 04:53:58 -05:00
|
|
|
Optimization="0"
|
2009-09-06 04:40:29 +00:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2012-01-09 04:53:58 -05:00
|
|
|
PreprocessorDefinitions="_DEBUG;_WINDOWS"
|
2009-09-06 04:40:29 +00:00
|
|
|
RuntimeLibrary="2"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
WarningLevel="3"
|
2011-01-09 08:35:18 -08:00
|
|
|
SuppressStartupBanner="true"
|
2009-09-06 04:40:29 +00:00
|
|
|
Detect64BitPortabilityProblems="false"
|
2012-01-09 04:53:58 -05:00
|
|
|
DebugInformationFormat="3"
|
2011-01-09 08:35:18 -08:00
|
|
|
CompileAs="0"
|
2009-09-06 04:40:29 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2012-01-09 04:53:58 -05:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2009-09-06 04:40:29 +00:00
|
|
|
Culture="1033"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2011-03-07 22:06:12 -08:00
|
|
|
AdditionalDependencies="winmm.lib imm32.lib version.lib"
|
2009-09-06 04:40:29 +00:00
|
|
|
IgnoreAllDefaultLibraries="true"
|
2012-01-09 04:53:58 -05:00
|
|
|
GenerateDebugInformation="true"
|
2009-09-06 04:40:29 +00:00
|
|
|
SubSystem="2"
|
2012-01-09 04:53:58 -05:00
|
|
|
TargetMachine="17"
|
2009-09-06 04:40:29 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2012-01-09 04:53:58 -05:00
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory=".\Release"
|
|
|
|
IntermediateDirectory=".\Release"
|
2009-09-06 04:40:29 +00:00
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2012-01-09 04:53:58 -05:00
|
|
|
CommandLine=""
|
2009-09-06 04:40:29 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2012-01-09 04:53:58 -05:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2009-09-06 04:40:29 +00:00
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
2012-01-09 04:53:58 -05:00
|
|
|
TargetEnvironment="1"
|
|
|
|
TypeLibraryName=".\Release/SDL.tlb"
|
2009-09-06 04:40:29 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2012-01-09 04:53:58 -05:00
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
EnableIntrinsicFunctions="false"
|
2009-09-06 04:40:29 +00:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2012-01-09 04:53:58 -05:00
|
|
|
PreprocessorDefinitions="NDEBUG;_WINDOWS"
|
|
|
|
StringPooling="true"
|
2009-09-06 04:40:29 +00:00
|
|
|
RuntimeLibrary="2"
|
|
|
|
BufferSecurityCheck="false"
|
2012-01-09 04:53:58 -05:00
|
|
|
EnableFunctionLevelLinking="true"
|
2009-09-06 04:40:29 +00:00
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
CompileAs="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2012-01-09 04:53:58 -05:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2009-09-06 04:40:29 +00:00
|
|
|
Culture="1033"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2011-03-07 22:06:12 -08:00
|
|
|
AdditionalDependencies="winmm.lib imm32.lib version.lib"
|
2009-09-06 04:40:29 +00:00
|
|
|
IgnoreAllDefaultLibraries="true"
|
|
|
|
SubSystem="2"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<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"
|
2011-03-07 23:27:51 -08:00
|
|
|
PreprocessorDefinitions="NDEBUG;_WINDOWS"
|
2009-09-06 04:40:29 +00:00
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
WarningLevel="3"
|
2011-01-09 08:35:18 -08:00
|
|
|
SuppressStartupBanner="true"
|
2009-09-06 04:40:29 +00:00
|
|
|
Detect64BitPortabilityProblems="false"
|
2011-01-09 08:35:18 -08:00
|
|
|
CompileAs="0"
|
2009-09-06 04:40:29 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
Culture="1033"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2011-03-07 22:06:12 -08:00
|
|
|
AdditionalDependencies="winmm.lib imm32.lib version.lib"
|
2009-09-06 04:40:29 +00:00
|
|
|
IgnoreAllDefaultLibraries="true"
|
|
|
|
SubSystem="2"
|
2011-01-09 08:35:18 -08:00
|
|
|
TargetMachine="17"
|
2009-09-06 04:40:29 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="API Headers"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL.h"
|
|
|
|
>
|
|
|
|
</File>
|
2010-01-15 20:05:49 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_assert.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-12-24 19:18:41 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_atomic.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_audio.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-02 14:34:54 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_blendmode.h"
|
|
|
|
>
|
|
|
|
</File>
|
2010-07-08 05:43:34 -07:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_clipboard.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-12-24 19:18:41 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_config.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\include\SDL_config_windows.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
2009-12-24 19:18:41 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_copying.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_cpuinfo.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_endian.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_error.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_events.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-11-26 23:56:24 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_gamecontroller.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-02 14:34:54 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_gesture.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-12-24 19:18:41 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_haptic.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-05 12:01:36 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_hints.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-02 14:34:54 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_input.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_joystick.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_keyboard.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-02-16 15:46:12 -08:00
|
|
|
RelativePath="..\..\include\SDL_keycode.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_loadso.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-07 16:45:40 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_log.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_main.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-11-26 23:56:24 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_messagebox.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_mouse.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_mutex.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_name.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_opengl.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-12-24 19:18:41 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_opengles.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_pixels.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_platform.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_power.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_quit.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-12-24 19:18:41 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_rect.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-02 14:34:54 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_render.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-12-24 19:18:41 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_revision.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_rwops.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-12-24 19:18:41 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_scancode.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-02 14:34:54 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_shape.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_stdinc.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-12-24 19:18:41 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_surface.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-06-23 06:46:06 -04:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_system.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_syswm.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_thread.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_timer.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-02 14:34:54 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_touch.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_types.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_version.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SDL_video.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\blank_cursor.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\default_cursor.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-08-04 01:26:12 -04:00
|
|
|
RelativePath="..\..\src\audio\directsound\directx.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-08-29 16:55:58 -07:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\e_atan2.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\e_log.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\e_pow.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\e_rem_pio2.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\e_sqrt.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\k_cos.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\k_rem_pio2.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\k_sin.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\math.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\math_private.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-02-03 00:19:40 -08:00
|
|
|
RelativePath="..\..\src\render\mmx.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-09 18:26:35 -08:00
|
|
|
<File
|
|
|
|
RelativePath=".\resource.h"
|
|
|
|
>
|
|
|
|
</File>
|
2010-08-29 16:55:58 -07:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\s_atan.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\s_copysign.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\s_cos.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\s_fabs.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\s_floor.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\s_scalbn.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\libm\s_sin.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SDL.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-01-15 20:05:49 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SDL_assert.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-15 12:41:59 -08:00
|
|
|
RelativePath="..\..\src\atomic\SDL_atomic.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\SDL_audio.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\SDL_audio_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\SDL_audiocvt.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\SDL_audiodev.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\SDL_audiodev_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\SDL_audiomem.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-12-24 19:18:41 +00:00
|
|
|
<File
|
2011-02-03 15:49:37 -08:00
|
|
|
RelativePath="..\..\src\render\software\SDL_blendfillrect.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\render\software\SDL_blendfillrect.h"
|
2009-12-24 19:18:41 +00:00
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
2011-02-03 15:49:37 -08:00
|
|
|
RelativePath="..\..\src\render\software\SDL_blendline.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-02-03 15:49:37 -08:00
|
|
|
RelativePath="..\..\src\render\software\SDL_blendline.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-02-03 15:49:37 -08:00
|
|
|
RelativePath="..\..\src\render\software\SDL_blendpoint.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\render\software\SDL_blendpoint.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit_0.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit_1.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit_A.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit_auto.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit_auto.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit_copy.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit_copy.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit_N.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit_slow.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_blit_slow.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_bmp.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-07-08 05:43:34 -07:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_clipboard.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-07-08 23:07:34 -07:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_clipboardevents.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2012-01-08 01:15:20 -05:00
|
|
|
RelativePath="..\..\src\audio\directsound\SDL_directsound.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2012-01-08 01:15:20 -05:00
|
|
|
RelativePath="..\..\src\audio\directsound\SDL_directsound.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-03 15:49:37 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\render\software\SDL_draw.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
2011-02-03 15:49:37 -08:00
|
|
|
RelativePath="..\..\src\render\software\SDL_drawline.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\render\software\SDL_drawline.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-02-03 15:49:37 -08:00
|
|
|
RelativePath="..\..\src\render\software\SDL_drawpoint.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
2009-12-24 19:18:41 +00:00
|
|
|
<File
|
2011-02-03 15:49:37 -08:00
|
|
|
RelativePath="..\..\src\render\software\SDL_drawpoint.h"
|
2009-12-24 19:18:41 +00:00
|
|
|
>
|
|
|
|
</File>
|
2012-09-30 23:08:46 -07:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_dropevents.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2012-10-01 00:02:07 -07:00
|
|
|
RelativePath="..\..\src\events\SDL_dropevents_c.h"
|
2012-09-30 23:08:46 -07:00
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SDL_error.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SDL_error_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_events.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_events_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SDL_fatal.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SDL_fatal.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_fillrect.c"
|
|
|
|
>
|
|
|
|
</File>
|
2012-11-26 23:56:24 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\joystick\SDL_gamecontroller.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-08-29 14:22:22 -07:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_gesture.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_gesture_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\stdlib\SDL_getenv.c"
|
|
|
|
>
|
|
|
|
</File>
|
2010-01-15 20:05:49 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_glesfuncs.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_glfuncs.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\haptic\SDL_haptic.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-05 12:01:36 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SDL_hints.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-06-10 14:23:36 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SDL_hints_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\stdlib\SDL_iconv.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\joystick\SDL_joystick.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\joystick\SDL_joystick_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_keyboard.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_keyboard_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-07 16:45:40 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SDL_log.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\stdlib\SDL_malloc.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\SDL_mixer.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_mouse.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_mouse_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-03 15:49:37 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\dummy\SDL_nullframebuffer.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\dummy\SDL_nullframebuffer_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_pixels.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_pixels_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\power\SDL_power.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\stdlib\SDL_qsort.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_quit.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_rect.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_rect_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-02-02 14:34:54 -08:00
|
|
|
RelativePath="..\..\src\render\SDL_render.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-02-05 12:01:36 -08:00
|
|
|
RelativePath="..\..\src\render\direct3d\SDL_render_d3d.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\render\opengl\SDL_render_gl.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-02-05 12:01:36 -08:00
|
|
|
RelativePath="..\..\src\render\software\SDL_render_sw.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
2011-02-03 15:49:37 -08:00
|
|
|
<File
|
2011-02-05 12:01:36 -08:00
|
|
|
RelativePath="..\..\src\render\software\SDL_render_sw_c.h"
|
2011-02-03 15:49:37 -08:00
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_RLEaccel.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-06-19 13:50:14 -04:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\render\software\SDL_rotate.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\render\software\SDL_rotate.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\file\SDL_rwops.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-09 10:31:12 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\render\opengl\SDL_shaders_gl.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\render\opengl\SDL_shaders_gl.h"
|
|
|
|
>
|
|
|
|
</File>
|
2010-08-29 14:22:22 -07:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_shape.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_shape_internals.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-01-19 13:50:53 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\atomic\SDL_spinlock.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\stdlib\SDL_stdlib.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_stretch.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\stdlib\SDL_string.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_surface.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\SDL_sysaudio.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-01-08 01:15:20 -05:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\thread\generic\SDL_syscond.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_sysevents.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\haptic\windows\SDL_syshaptic.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\haptic\SDL_syshaptic.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\thread\windows\SDL_sysmutex.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\power\windows\SDL_syspower.c"
|
|
|
|
>
|
|
|
|
</File>
|
2011-02-02 14:34:54 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\render\SDL_sysrender.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\thread\windows\SDL_syssem.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\thread\windows\SDL_systhread.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\thread\SDL_systhread.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\thread\windows\SDL_systhread_c.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\timer\windows\SDL_systimer.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\timer\SDL_systimer.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_sysvideo.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\thread\SDL_thread.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\thread\SDL_thread_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\timer\SDL_timer.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\timer\SDL_timer_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
2010-08-29 14:22:22 -07:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_touch.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_touch_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\SDL_video.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_vkeys.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\SDL_wave.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\SDL_wave.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-01-24 21:20:30 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_windowevents.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\events\SDL_windowevents_c.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\core\windows\SDL_windows.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\core\windows\SDL_windows.h"
|
|
|
|
>
|
|
|
|
</File>
|
2010-07-08 05:43:34 -07:00
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
|
2010-07-08 05:43:34 -07:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
|
2010-07-08 05:43:34 -07:00
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
2011-02-04 13:57:55 -08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
2012-10-30 18:59:56 -07:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-08-29 14:22:22 -07:00
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
|
2010-08-29 14:22:22 -07:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
|
2010-08-29 14:22:22 -07:00
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
2012-01-08 01:15:20 -05:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\winmm\SDL_winmm.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\winmm\SDL_winmm.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\audio\xaudio2\SDL_xaudio2.c"
|
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
2011-02-03 00:19:40 -08:00
|
|
|
RelativePath="..\..\src\render\SDL_yuv_mmx.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-02-03 00:19:40 -08:00
|
|
|
RelativePath="..\..\src\render\SDL_yuv_sw.c"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-02-03 00:19:40 -08:00
|
|
|
RelativePath="..\..\src\render\SDL_yuv_sw_c.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-09 18:26:35 -08:00
|
|
|
<File
|
2012-01-21 12:10:14 -05:00
|
|
|
RelativePath="..\..\src\main\windows\version.rc"
|
2011-03-09 18:26:35 -08:00
|
|
|
>
|
|
|
|
</File>
|
2009-09-06 04:40:29 +00:00
|
|
|
<File
|
2011-01-20 18:04:05 -08:00
|
|
|
RelativePath="..\..\src\video\windows\wmmsg.h"
|
2009-09-06 04:40:29 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|