Staging
v0.5.1
https://github.com/python/cpython
Revision 9cccfcecc8883c9bcfdc5bc5fb88c37e1e1113b8 authored by Victor Stinner on 13 November 2015, 08:13:48 UTC, committed by Victor Stinner on 13 November 2015, 08:13:48 UTC
1 parent 5496ba2
Raw File
Tip revision: 9cccfcecc8883c9bcfdc5bc5fb88c37e1e1113b8 authored by Victor Stinner on 13 November 2015, 08:13:48 UTC
Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock()
Tip revision: 9cccfce
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