Staging
v0.8.1
https://github.com/python/cpython
Revision f32a5f4acc0bcdde3cd5cbc04e1ff03d5ec00b05 authored by Gregory P. Smith on 13 August 2009, 18:16:54 UTC, committed by Gregory P. Smith on 13 August 2009, 18:16:54 UTC
1 parent 41e9d28
Raw File
Tip revision: f32a5f4acc0bcdde3cd5cbc04e1ff03d5ec00b05 authored by Gregory P. Smith on 13 August 2009, 18:16:54 UTC
unblock merge of 73917, it is needed to fix issue 3392
Tip revision: f32a5f4
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