Staging
v0.8.1
https://github.com/python/cpython
Revision ebf691d64cde6492f075d65e9f87651124aa19f4 authored by Charles-François Natali on 08 February 2012, 20:27:56 UTC, committed by Charles-François Natali on 08 February 2012, 20:27:56 UTC
1 parent c7fd523
Raw File
Tip revision: ebf691d64cde6492f075d65e9f87651124aa19f4 authored by Charles-François Natali on 08 February 2012, 20:27:56 UTC
Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()
Tip revision: ebf691d
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