This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
342 additions
and 9 deletions.
- +16 −8 VisualC/SDL/SDL.vcproj
- +102 −0 VisualC/tests/checkkeys/checkkeys.dsp
- +217 −0 VisualC/tests/checkkeys/checkkeys.vcproj
- +6 −0 VisualC/tests/tests.sln
- +1 −1 src/video/win32/SDL_win32events.c
@@ -0,0 +1,217 @@ | ||
<?xml version="1.0" encoding="Windows-1252"?> | ||
<VisualStudioProject | ||
ProjectType="Visual C++" | ||
Version="8.00" | ||
Name="checkkeys" | ||
ProjectGUID="{26828762-C95D-4637-9CB1-7F0979523813}" | ||
> | ||
<Platforms> | ||
<Platform | ||
Name="Win32" | ||
/> | ||
</Platforms> | ||
<ToolFiles> | ||
</ToolFiles> | ||
<Configurations> | ||
<Configuration | ||
Name="Debug|Win32" | ||
OutputDirectory=".\Debug" | ||
IntermediateDirectory=".\Debug" | ||
ConfigurationType="1" | ||
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="1" | ||
TypeLibraryName=".\Debug/checkkeys.tlb" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
Optimization="0" | ||
AdditionalIncludeDirectories="..\..\..\include" | ||
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" | ||
RuntimeLibrary="2" | ||
UsePrecompiledHeader="0" | ||
PrecompiledHeaderFile=".\Debug/checkkeys.pch" | ||
AssemblerListingLocation=".\Debug/" | ||
ObjectFile=".\Debug/" | ||
ProgramDataBaseFileName=".\Debug/" | ||
WarningLevel="3" | ||
SuppressStartupBanner="true" | ||
DebugInformationFormat="4" | ||
CompileAs="0" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
PreprocessorDefinitions="_DEBUG" | ||
Culture="1033" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
AdditionalOptions="/MACHINE:I386" | ||
OutputFile=".\Debug/checkkeys.exe" | ||
LinkIncremental="2" | ||
SuppressStartupBanner="true" | ||
GenerateDebugInformation="true" | ||
ProgramDatabaseFile=".\Debug/checkkeys.pdb" | ||
SubSystem="2" | ||
/> | ||
<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|Win32" | ||
OutputDirectory=".\Release" | ||
IntermediateDirectory=".\Release" | ||
ConfigurationType="1" | ||
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="1" | ||
TypeLibraryName=".\Release/checkkeys.tlb" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
InlineFunctionExpansion="1" | ||
AdditionalIncludeDirectories="..\..\..\include" | ||
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS" | ||
StringPooling="true" | ||
RuntimeLibrary="2" | ||
EnableFunctionLevelLinking="true" | ||
UsePrecompiledHeader="0" | ||
PrecompiledHeaderFile=".\Release/checkkeys.pch" | ||
AssemblerListingLocation=".\Release/" | ||
ObjectFile=".\Release/" | ||
ProgramDataBaseFileName=".\Release/" | ||
WarningLevel="3" | ||
SuppressStartupBanner="true" | ||
CompileAs="0" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
PreprocessorDefinitions="NDEBUG" | ||
Culture="1033" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
AdditionalOptions="/MACHINE:I386" | ||
OutputFile=".\Release/checkkeys.exe" | ||
LinkIncremental="1" | ||
SuppressStartupBanner="true" | ||
ProgramDatabaseFile=".\Release/checkkeys.pdb" | ||
SubSystem="2" | ||
/> | ||
<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> | ||
</Configurations> | ||
<References> | ||
</References> | ||
<Files> | ||
<File | ||
RelativePath="..\..\..\test\checkkeys.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\Sdl\Debug\SDL.lib" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\SDLmain\Debug\SDLmain.lib" | ||
> | ||
</File> | ||
</Files> | ||
<Globals> | ||
</Globals> | ||
</VisualStudioProject> |
Oops, something went wrong.