Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: f5f9d99974febbff6d4d55ef36bbfa0c71ed0738 authored by Barry Warsaw on 12 September 2008, 23:35:48 UTC
Fix the release level
Tip revision: f5f9d99
x64.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="amd64"
	OutputDirectory="$(SolutionDir)\amd64\"
	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalOptions="/USECL:MS_OPTERON /GS-"
		PreprocessorDefinitions="_WIN64;_M_X64"
	/>
	<Tool
		Name="VCLinkerTool"
		TargetMachine="17"
	/>
	<UserMacro
		Name="PythonExe"
		Value="$(HOST_PYTHON)"
	/>
</VisualStudioPropertySheet>
back to top