Staging
v0.5.1
https://github.com/python/cpython
Revision bc3e13818be01868117716bff6e6ed47609500bd authored by Kurt B. Kaiser on 11 May 2011, 17:48:54 UTC, committed by Kurt B. Kaiser on 11 May 2011, 17:48:54 UTC
2 parent s 57e6eac + e147806
Raw File
Tip revision: bc3e13818be01868117716bff6e6ed47609500bd authored by Kurt B. Kaiser on 11 May 2011, 17:48:54 UTC
Merge from 3.1
Tip revision: bc3e138
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