Staging
v0.5.1
https://github.com/python/cpython
Revision 5b07f3cbfc23d78628cd8d122640e036046f69d7 authored by Giampaolo Rodolà on 13 August 2010, 01:30:39 UTC, committed by Giampaolo Rodolà on 13 August 2010, 01:30:39 UTC
1 parent 6980342
Raw File
Tip revision: 5b07f3cbfc23d78628cd8d122640e036046f69d7 authored by Giampaolo Rodolà on 13 August 2010, 01:30:39 UTC
(issue 2944) reverting r83704 changes as per Barry Warsaw request
Tip revision: 5b07f3c
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