Staging
v0.5.1
https://github.com/python/cpython
Revision d69c904a2f5322069528e8c31f998823787e75f5 authored by Martin v. Löwis on 01 October 2008, 11:19:50 UTC, committed by Martin v. Löwis on 01 October 2008, 11:19:50 UTC
1 parent bf24401
Raw File
Tip revision: d69c904a2f5322069528e8c31f998823787e75f5 authored by Martin v. Löwis on 01 October 2008, 11:19:50 UTC
Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows
Tip revision: d69c904
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