Staging
v0.5.1
https://github.com/python/cpython
Revision 4b16ff2c44e709a7a7ea29ac0a6d41b8046c7f2d authored by Kurt B. Kaiser on 14 May 2011, 21:31:54 UTC, committed by Kurt B. Kaiser on 14 May 2011, 21:31:54 UTC
2 parent s f369b81 + 154bdf9
Raw File
Tip revision: 4b16ff2c44e709a7a7ea29ac0a6d41b8046c7f2d authored by Kurt B. Kaiser on 14 May 2011, 21:31:54 UTC
Merge heads
Tip revision: 4b16ff2
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