Edit

kc3-lang/SDL/VisualC/tests/testshape/testshape_VS2008.vcproj

Branch :

  • Show log

    Commit

  • Author : Philipp Wiesemann
    Date : 2015-06-21 17:33:46
    Hash : 0e45984f
    Message : Fixed crash if initialization of EGL failed but was tried again later. The internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly uninitialized data structure if loading the library first failed. A later try to use EGL then skipped initialization and assumed it was previously successful because the data structure now already existed. This led to at least one crash in the internal function SDL_EGL_ChooseConfig() because a NULL pointer was dereferenced to make a call to eglBindAPI().

  • VisualC/tests/testshape/testshape_VS2008.vcproj
  • <?xml version="1.0" encoding="Windows-1252"?>
    <VisualStudioProject
    	ProjectType="Visual C++"
    	Version="9.00"
    	Name="testshape"
    	ProjectGUID="{31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}"
    	RootNamespace="testshape"
    	TargetFrameworkVersion="131072"
    	>
    	<Platforms>
    		<Platform
    			Name="Win32"
    		/>
    		<Platform
    			Name="x64"
    		/>
    	</Platforms>
    	<ToolFiles>
    	</ToolFiles>
    	<Configurations>
    		<Configuration
    			Name="Release|Win32"
    			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
    			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
    			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/testshape.tlb"
    			/>
    			<Tool
    				Name="VCCLCompilerTool"
    				AdditionalIncludeDirectories="$(SolutionDir)/../include"
    				AdditionalUsingDirectories=""
    				PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
    				RuntimeLibrary="2"
    				WarningLevel="3"
    			/>
    			<Tool
    				Name="VCManagedResourceCompilerTool"
    			/>
    			<Tool
    				Name="VCResourceCompilerTool"
    				PreprocessorDefinitions="NDEBUG"
    				Culture="1033"
    			/>
    			<Tool
    				Name="VCPreLinkEventTool"
    			/>
    			<Tool
    				Name="VCLinkerTool"
    				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="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
    			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
    			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="3"
    				TypeLibraryName=".\Release/testshape.tlb"
    			/>
    			<Tool
    				Name="VCCLCompilerTool"
    				AdditionalIncludeDirectories="$(SolutionDir)/../include"
    				AdditionalUsingDirectories=""
    				PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
    				RuntimeLibrary="2"
    				WarningLevel="3"
    			/>
    			<Tool
    				Name="VCManagedResourceCompilerTool"
    			/>
    			<Tool
    				Name="VCResourceCompilerTool"
    				PreprocessorDefinitions="NDEBUG"
    				Culture="1033"
    			/>
    			<Tool
    				Name="VCPreLinkEventTool"
    			/>
    			<Tool
    				Name="VCLinkerTool"
    				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="Debug|Win32"
    			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
    			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
    			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/testshape.tlb"
    			/>
    			<Tool
    				Name="VCCLCompilerTool"
    				Optimization="0"
    				AdditionalIncludeDirectories="$(SolutionDir)/../include"
    				AdditionalUsingDirectories=""
    				PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
    				RuntimeLibrary="2"
    				WarningLevel="3"
    				DebugInformationFormat="1"
    			/>
    			<Tool
    				Name="VCManagedResourceCompilerTool"
    			/>
    			<Tool
    				Name="VCResourceCompilerTool"
    				PreprocessorDefinitions="_DEBUG"
    				Culture="1033"
    			/>
    			<Tool
    				Name="VCPreLinkEventTool"
    			/>
    			<Tool
    				Name="VCLinkerTool"
    				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
    			Name="Debug|x64"
    			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
    			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
    			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="3"
    				TypeLibraryName=".\Debug/testshape.tlb"
    			/>
    			<Tool
    				Name="VCCLCompilerTool"
    				Optimization="0"
    				AdditionalIncludeDirectories="$(SolutionDir)/../include"
    				AdditionalUsingDirectories=""
    				PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
    				RuntimeLibrary="3"
    				WarningLevel="3"
    				DebugInformationFormat="1"
    			/>
    			<Tool
    				Name="VCManagedResourceCompilerTool"
    			/>
    			<Tool
    				Name="VCResourceCompilerTool"
    				PreprocessorDefinitions="_DEBUG"
    				Culture="1033"
    			/>
    			<Tool
    				Name="VCPreLinkEventTool"
    			/>
    			<Tool
    				Name="VCLinkerTool"
    				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>
    	</Configurations>
    	<References>
    		<ProjectReference
    			ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
    			CopyLocal="false"
    			CopyLocalDependencies="false"
    			CopyLocalSatelliteAssemblies="false"
    			RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
    		/>
    		<ProjectReference
    			ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
    			CopyLocal="false"
    			CopyLocalDependencies="false"
    			CopyLocalSatelliteAssemblies="false"
    			RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
    		/>
    	</References>
    	<Files>
    		<File
    			RelativePath="..\..\..\test\testshape.c"
    			>
    		</File>
    	</Files>
    	<Globals>
    	</Globals>
    </VisualStudioProject>