Staging
v0.5.1
https://github.com/python/cpython
Revision 27cae34bd0230cb684f58ff45fb00a2ca410eba2 authored by Benjamin Peterson on 24 December 2009, 15:19:40 UTC, committed by Benjamin Peterson on 24 December 2009, 15:19:40 UTC
1 parent ca8e7ec
Raw File
Tip revision: 27cae34bd0230cb684f58ff45fb00a2ca410eba2 authored by Benjamin Peterson on 24 December 2009, 15:19:40 UTC
allow Process name to be unicode #7571
Tip revision: 27cae34
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