Staging
v0.5.1
https://github.com/python/cpython
Revision 99a13eeed18f533100489e7ca42a89de4e8ec07d authored by Raymond Hettinger on 04 August 2009, 19:13:37 UTC, committed by Raymond Hettinger on 04 August 2009, 19:13:37 UTC
1 parent d935976
Raw File
Tip revision: 99a13eeed18f533100489e7ca42a89de4e8ec07d authored by Raymond Hettinger on 04 August 2009, 19:13:37 UTC
Issue 6637: defaultdict.copy() failed with an empty factory.
Tip revision: 99a13ee
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