mirror of https://github.com/PCSX2/pcsx2.git
1443 lines
36 KiB
XML
1443 lines
36 KiB
XML
<?xml version="1.0" encoding="windows-1251"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="SDL"
|
|
ProjectGUID="{C598024D-8030-4F9C-AB76-69BF4CA0645F}"
|
|
RootNamespace="SDL"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Smartphone 2003 (ARMV4)"
|
|
/>
|
|
<Platform
|
|
Name="Pocket PC 2003 (ARMV4)"
|
|
/>
|
|
<Platform
|
|
Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Smartphone 2003 (ARMV4)"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(PlatformName)\$(ConfigurationName)/SDL.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../../include,../../src,../../src/video,../../src/thread,../../src/thread/generic,../../src/audio,../../src/timer,../../src/joystick,../../src/events,../../src/video/wincommon,../../src/video/windib,../../src/video/gapi"
|
|
PreprocessorDefinitions="DEBUG;ARM;_ARM_;ARMV4;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;SDL_EXPORTS"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/SDL.pch"
|
|
AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/"
|
|
ObjectFile="$(PlatformName)\$(ConfigurationName)/"
|
|
ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalOptions="/r "
|
|
PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),DEBUG,UNICODE,_UNICODE,$(CePlatform),ARM,_ARM_,ARMV4"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/ALIGN:4096 /subsystem:$(CESubsystem) /MACHINE:ARM "
|
|
AdditionalDependencies="commctrl.lib coredll.lib secchk.lib ccrtrtti.lib"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
IgnoreDefaultLibraryNames="$(CENoDefaultLib)"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/SDL.pdb"
|
|
StackReserveSize="65536"
|
|
StackCommitSize="4096"
|
|
EntryPointSymbol="_DllMainCRTStartup"
|
|
BaseAddress="0x00100000"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary="$(PlatformName)\$(ConfigurationName)/SDL.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCodeSignTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory=""
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""
|
|
/>
|
|
<DebuggerTool
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|Pocket PC 2003 (ARMV4)"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(PlatformName)\$(ConfigurationName)/SDL.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../../include,../../src,../../src/video,../../src/thread,../../src/thread/generic,../../src/audio,../../src/timer,../../src/joystick,../../src/events,../../src/video/wincommon,../../src/video/windib,../../src/video/gapi"
|
|
PreprocessorDefinitions="DEBUG;ARM;_ARM_;ARMV4;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;SDL_EXPORTS"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="true"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/SDL.pch"
|
|
AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/"
|
|
ObjectFile="$(PlatformName)\$(ConfigurationName)/"
|
|
ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalOptions="/r "
|
|
PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),DEBUG,UNICODE,_UNICODE,$(CePlatform),ARM,_ARM_,ARMV4"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/ALIGN:4096 /subsystem:$(CESubsystem) /MACHINE:ARM "
|
|
AdditionalDependencies="commctrl.lib coredll.lib secchk.lib ccrtrtti.lib"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
IgnoreDefaultLibraryNames="$(CENoDefaultLib)"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/SDL.pdb"
|
|
StackReserveSize="65536"
|
|
StackCommitSize="4096"
|
|
EntryPointSymbol="_DllMainCRTStartup"
|
|
BaseAddress="0x00100000"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary="$(PlatformName)\$(ConfigurationName)/SDL.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCodeSignTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory="%CSIDL_WINDOWS%"
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""
|
|
/>
|
|
<DebuggerTool
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(PlatformName)\$(ConfigurationName)/SDL.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../../include;../../src;../../src/video;../../src/thread;../../src/thread/generic;../../src/audio;../../src/timer;../../src/joystick;../../src/events;../../src/video/wincommon;../../src/video/gapi;../../src/video/windib"
|
|
PreprocessorDefinitions="DEBUG;ARM;_ARM_;THUMB;_THUMB_;ARMV4T;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;SDL_EXPORTS"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/SDL.pch"
|
|
AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/"
|
|
ObjectFile="$(PlatformName)\$(ConfigurationName)/"
|
|
ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalOptions="/r "
|
|
PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),UNICODE,_UNICODE,DEBUG,$(CePlatform),THUMB,_THUMB_,ARM,_ARM_,ARMV4T"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/subsystem:$(CESubsystem) /MACHINE:THUMB "
|
|
AdditionalDependencies="commctrl.lib coredll.lib"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
IgnoreDefaultLibraryNames="$(CENoDefaultLib)"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/SDL.pdb"
|
|
StackReserveSize="65536"
|
|
StackCommitSize="4096"
|
|
EntryPointSymbol="_DllMainCRTStartup"
|
|
BaseAddress="0x00100000"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary="$(PlatformName)\$(ConfigurationName)/SDL.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCodeSignTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory="%CSIDL_WINDOWS%"
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""
|
|
/>
|
|
<DebuggerTool
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Smartphone 2003 (ARMV4)"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(PlatformName)\$(ConfigurationName)/SDL.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="4"
|
|
InlineFunctionExpansion="2"
|
|
AdditionalIncludeDirectories="../../include,../../src,../../src/video,../../src/thread,../../src/thread/generic,../../src/audio,../../src/timer,../../src/joystick,../../src/events,../../src/video/wincommon"
|
|
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;SDL_EXPORTS"
|
|
RuntimeLibrary="0"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/SDL.pch"
|
|
AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/"
|
|
ObjectFile="$(PlatformName)\$(ConfigurationName)/"
|
|
ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalOptions="/r "
|
|
PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),NDEBUG,UNICODE,_UNICODE,$(CePlatform),ARM,_ARM_,ARMV4"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/ALIGN:4096 /subsystem:$(CESubsystem) /MACHINE:ARM "
|
|
AdditionalDependencies="commctrl.lib coredll.lib secchk.lib ccrtrtti.lib"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
IgnoreDefaultLibraryNames="$(CENoDefaultLib)"
|
|
ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/SDL.pdb"
|
|
StackReserveSize="65536"
|
|
StackCommitSize="4096"
|
|
EntryPointSymbol="_DllMainCRTStartup"
|
|
BaseAddress="0x00100000"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary="$(PlatformName)\$(ConfigurationName)/SDL.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCodeSignTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory=""
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""
|
|
/>
|
|
<DebuggerTool
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Pocket PC 2003 (ARMV4)"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(PlatformName)\$(ConfigurationName)/SDL.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories="../../include,../../src,../../src/video,../../src/thread,../../src/thread/generic,../../src/audio,../../src/timer,../../src/joystick,../../src/events,../../src/video/wincommon,../../src/video/windib,../../src/video/gapi"
|
|
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;SDL_EXPORTS"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/SDL.pch"
|
|
AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/"
|
|
ObjectFile="$(PlatformName)\$(ConfigurationName)/"
|
|
ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalOptions="/r "
|
|
PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),NDEBUG,UNICODE,_UNICODE,$(CePlatform),ARM,_ARM_,ARMV4"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/ALIGN:4096 /subsystem:$(CESubsystem) /MACHINE:ARM "
|
|
AdditionalDependencies="commctrl.lib coredll.lib secchk.lib ccrtrtti.lib"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
IgnoreDefaultLibraryNames="$(CENoDefaultLib)"
|
|
ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/SDL.pdb"
|
|
StackReserveSize="65536"
|
|
StackCommitSize="4096"
|
|
EntryPointSymbol="_DllMainCRTStartup"
|
|
BaseAddress="0x00100000"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary="$(PlatformName)\$(ConfigurationName)/SDL.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCodeSignTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory="%CSIDL_WINDOWS%"
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""
|
|
/>
|
|
<DebuggerTool
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="$(PlatformName)\$(ConfigurationName)/SDL.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
WholeProgramOptimization="true"
|
|
AdditionalIncludeDirectories="../../include;../../src;../../src/video;../../src/thread;../../src/thread/generic;../../src/audio;../../src/timer;../../src/joystick;../../src/events;../../src/video/wincommon;../../src/video/gapi;../../src/video/windib"
|
|
PreprocessorDefinitions="DEBUG;ARM;_ARM_;THUMB;_THUMB_;ARMV4T;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;SDL_EXPORTS"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/SDL.pch"
|
|
AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/"
|
|
ObjectFile="$(PlatformName)\$(ConfigurationName)/"
|
|
ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalOptions="/r "
|
|
PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),UNICODE,_UNICODE,NDEBUG,$(CePlatform),THUMB,_THUMB_,ARM,_ARM_,ARMV4T"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/subsystem:$(CESubsystem) /MACHINE:THUMB "
|
|
AdditionalDependencies="commctrl.lib coredll.lib"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
IgnoreDefaultLibraryNames="$(CENoDefaultLib)"
|
|
ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/SDL.pdb"
|
|
StackReserveSize="65536"
|
|
StackCommitSize="4096"
|
|
LinkTimeCodeGeneration="1"
|
|
EntryPointSymbol="_DllMainCRTStartup"
|
|
BaseAddress="0x00100000"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary="$(PlatformName)\$(ConfigurationName)/SDL.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
OutputFile="$(PlatformName)\$(ConfigurationName)/SDL.bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCodeSignTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory="%CSIDL_WINDOWS%"
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""
|
|
/>
|
|
<DebuggerTool
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
>
|
|
<File
|
|
RelativePath="..\..\src\libm\e_atan2.c"
|
|
>
|
|
</File>
|
|
<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\s_atan.c"
|
|
>
|
|
</File>
|
|
<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>
|
|
<File
|
|
RelativePath="..\..\src\SDL_assert.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\atomic\SDL_atomic.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\SDL_audio.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\SDL_audiocvt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\SDL_audiodev.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_blendfillrect.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_blendline.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_blendpoint.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_blit.c"
|
|
>
|
|
</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_copy.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_blit_N.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_blit_slow.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_bmp.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_clipboard.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_clipboardevents.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SDL_compat.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\windib\SDL_dibaudio.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_drawline.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_drawpoint.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SDL_error.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_events.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SDL_fatal.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_fillrect.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_gesture.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\stdlib\SDL_getenv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\haptic\SDL_haptic.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SDL_hints.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\stdlib\SDL_iconv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\joystick\SDL_joystick.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_keyboard.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SDL_log.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\stdlib\SDL_malloc.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\SDL_mixer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_mouse.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\dummy\SDL_nullframebuffer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_pixels.c"
|
|
>
|
|
</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\render\SDL_render.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_render_sw.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_RLEaccel.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\file\SDL_rwops.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_shape.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\atomic\SDL_spinlock.c"
|
|
>
|
|
</File>
|
|
<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\haptic\dummy\SDL_syshaptic.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\joystick\dummy\SDL_sysjoystick.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\thread\windows\SDL_sysmutex.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\power\windows\SDL_syspower.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\thread\windows\SDL_syssem.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\thread\windows\SDL_systhread.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\timer\wince\SDL_systimer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\thread\SDL_thread.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\timer\SDL_timer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_touch.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_video.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\SDL_wave.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_windowevents.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\core\windows\SDL_windows.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\SDL_yuv_mmx.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\SDL_yuv_sw.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\thread\windows\win_ce_semaphore.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl"
|
|
>
|
|
<File
|
|
RelativePath="..\..\src\events\blank_cursor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\default_cursor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\libm\math.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\libm\math_private.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\mmx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\scancodes_darwin.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\scancodes_linux.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\scancodes_windows.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\scancodes_xfree86.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SDL_assert_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\SDL_audio_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\SDL_audiodev_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\SDL_audiomem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_blendfillrect.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_blendline.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_blendpoint.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_blit.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_blit_auto.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_blit_copy.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_blit_slow.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\windib\SDL_dibaudio.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_draw.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_drawline.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_drawpoint.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SDL_error_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_events_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SDL_fatal.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_gesture_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_glesfuncs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_glfuncs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\haptic\SDL_haptic_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SDL_hints.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SDL_input.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SDL_joystick.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\joystick\SDL_joystick_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SDL_keyboard.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_keyboard_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SDL_keycode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_leaks.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SDL_loadso.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SDL_log.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_mouse_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_msctf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\dummy\SDL_nullframebuffer_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_pixels_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_rect_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_render_sw_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\software\SDL_renderer_sw_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_shape_internals.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\SDL_sysaudio.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_sysevents.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\haptic\SDL_syshaptic.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\SDL_sysrender.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\thread\SDL_systhread.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\thread\windows\SDL_systhread_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\timer\SDL_systimer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\SDL_sysvideo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\thread\SDL_thread_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\timer\SDL_timer_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_touch_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_vkeys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\audio\SDL_wave.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\events\SDL_windowevents_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\core\windows\SDL_windows.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\render\SDL_yuv_sw_c.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\thread\windows\win_ce_semaphore.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\video\windows\wmmsg.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
|
>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|