Staging
v0.5.1
https://github.com/python/cpython
Revision 88ca04e6a8d1e5b31da69717e0e0cde2c069d7eb authored by Jesus Cea on 03 August 2012, 12:29:26 UTC, committed by Jesus Cea on 03 August 2012, 12:29:26 UTC
2 parent s 5323173 + e9c5318
Raw File
Tip revision: 88ca04e6a8d1e5b31da69717e0e0cde2c069d7eb authored by Jesus Cea on 03 August 2012, 12:29:26 UTC
MERGE: Closes #15512: Correct __sizeof__ support for parser
Tip revision: 88ca04e
x64.props
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="UserMacros" Condition="'$(HOST_PYTHON)'!=''">
    <PythonExe>$(HOST_PYTHON)</PythonExe>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <AdditionalOptions>/USECL:MS_OPTERON /GS- %(AdditionalOptions)</AdditionalOptions>
      <PreprocessorDefinitions>_WIN64;_M_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
    <Link>
      <TargetMachine>MachineX64</TargetMachine>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <BuildMacro Include="PythonExe">
      <Value>$(PythonExe)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>
back to top