Staging
v0.5.1
https://github.com/python/cpython
Revision ba0a3edd26bce7abf435ac4103b707e8ea1c3e7e authored by Brett Cannon on 24 August 2012, 17:48:39 UTC, committed by Brett Cannon on 24 August 2012, 17:48:39 UTC
of source path to set_data() and make the new argument private until
possible API changes can be discussed more thoroughly in Python 3.4.
1 parent 07c6e71
Raw File
Tip revision: ba0a3edd26bce7abf435ac4103b707e8ea1c3e7e authored by Brett Cannon on 24 August 2012, 17:48:39 UTC
Issue #2051: Tweak last commit for this issue to pass in mode instead
Tip revision: ba0a3ed
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