Staging
v0.5.1
https://github.com/python/cpython
Revision 401b01bee799e6bb83f5468df52cb195126d1223 authored by Ronald Oussoren on 12 February 2009, 15:19:14 UTC, committed by Ronald Oussoren on 12 February 2009, 15:19:14 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r69536 | ronald.oussoren | 2009-02-12 16:18:15 +0100 (Thu, 12 Feb 2009) | 2 lines

  Fix for issue5196, patch by Ned Deily.
........
1 parent 6869931
Raw File
Tip revision: 401b01bee799e6bb83f5468df52cb195126d1223 authored by Ronald Oussoren on 12 February 2009, 15:19:14 UTC
Merged revisions 69536 via svnmerge from
Tip revision: 401b01b
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