Staging
v0.5.1
https://github.com/python/cpython
Revision 92b1382c776f87edd90f519dee50bd6f815aafd6 authored by Georg Brandl on 25 January 2014, 08:49:22 UTC, committed by Georg Brandl on 25 January 2014, 08:49:22 UTC
1 parent 18f2ce9
Raw File
Tip revision: 92b1382c776f87edd90f519dee50bd6f815aafd6 authored by Georg Brandl on 25 January 2014, 08:49:22 UTC
Added tag v3.3.4rc1 for changeset 7f32e55f161b
Tip revision: 92b1382
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>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <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