Staging
v0.5.1
https://github.com/python/cpython
Revision b1bbc0b3dc870ecb7621fa7499f2347fe4a6a8e7 authored by Senthil Kumaran on 26 February 2013, 09:02:14 UTC, committed by Senthil Kumaran on 26 February 2013, 09:02:14 UTC
1 parent d36d4e0
Raw File
Tip revision: b1bbc0b3dc870ecb7621fa7499f2347fe4a6a8e7 authored by Senthil Kumaran on 26 February 2013, 09:02:14 UTC
Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior
Tip revision: b1bbc0b
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