Staging
v0.5.1
https://github.com/python/cpython
Revision 4e9a705887eae52de9acdbdc988e73090da01248 authored by Roger Serwy on 07 April 2013, 17:41:16 UTC, committed by Roger Serwy on 07 April 2013, 17:41:16 UTC
1 parent 231a8fd
Raw File
Tip revision: 4e9a705887eae52de9acdbdc988e73090da01248 authored by Roger Serwy on 07 April 2013, 17:41:16 UTC
#17613: Prevent traceback when removing syntax colorizer in IDLE.
Tip revision: 4e9a705
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