Staging
v0.5.1
https://github.com/python/cpython
Revision 0c4785bf39b4e86dea3a70b651e5d5db2f2cf017 authored by xdegaye on 08 November 2017, 15:54:07 UTC, committed by GitHub on 08 November 2017, 15:54:07 UTC
(cherry picked from commit 0de92859caf25e65fc968d4bb68626e9ba21b851)
1 parent ac4f6d4
Raw File
Tip revision: 0c4785bf39b4e86dea3a70b651e5d5db2f2cf017 authored by xdegaye on 08 November 2017, 15:54:07 UTC
[3.6] bpo-31934: Abort when building out of a not clean source tree (GH-4255). (#4340)
Tip revision: 0c4785b
_msi.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{bdef7710-e433-4ac0-84e0-14f34454bd3e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\_msi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top