Staging
v0.8.1
https://github.com/python/cpython
Revision f671de4dd4b3c8fd124f45e863b4f07ffc1c9179 authored by Benjamin Peterson on 25 November 2014, 21:16:55 UTC, committed by Benjamin Peterson on 25 November 2014, 21:16:55 UTC
1 parent 72275ef
Raw File
Tip revision: f671de4dd4b3c8fd124f45e863b4f07ffc1c9179 authored by Benjamin Peterson on 25 November 2014, 21:16:55 UTC
don't fail tests when www.python.org can't be validated by the system
Tip revision: f671de4
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