Staging
v0.5.1
https://github.com/python/cpython
Revision 3673670b675d8a686686a449a0a9a551f53dfee7 authored by Benjamin Peterson on 27 February 2014, 18:49:34 UTC, committed by Benjamin Peterson on 27 February 2014, 18:49:34 UTC
1 parent 517b747
Raw File
Tip revision: 3673670b675d8a686686a449a0a9a551f53dfee7 authored by Benjamin Peterson on 27 February 2014, 18:49:34 UTC
fix importlib test failure when bytecode writing is disabled (closes #20796)
Tip revision: 3673670
pyd.props
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets">
    <Import Project="release.props" />
    <Import Project="pyproject.props" />
  </ImportGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    <GenerateManifest>false</GenerateManifest>
    <EmbedManifest>false</EmbedManifest>
    <TargetExt>.pyd</TargetExt>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <PreprocessorDefinitions>Py_BUILD_CORE_MODULE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    </ClCompile>
    <Link>
    </Link>
    <PostBuildEvent>
      <Command>
      </Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
</Project>
back to top