Staging
v0.5.1
https://github.com/python/cpython
Revision a0e92a802815d55dafd303b39843ddd2b9784bdb authored by Éric Araujo on 26 July 2011, 16:01:08 UTC, committed by Éric Araujo on 26 July 2011, 16:01:08 UTC
1 parent 1ce7b17
Raw File
Tip revision: a0e92a802815d55dafd303b39843ddd2b9784bdb authored by Éric Araujo on 26 July 2011, 16:01:08 UTC
Fix missing or wrong shebangs and missing executable bits for scripts (#10318)
Tip revision: a0e92a8
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