Staging
v0.5.1
https://github.com/python/cpython
Revision e45975080bc4e63647da10dfc1157f2868211035 authored by Ezio Melotti on 21 October 2013, 01:41:40 UTC, committed by Ezio Melotti on 21 October 2013, 01:41:40 UTC
1 parent f076f53
Raw File
Tip revision: e45975080bc4e63647da10dfc1157f2868211035 authored by Ezio Melotti on 21 October 2013, 01:41:40 UTC
#19319: fix ctypes docs: sizeof is an operator in C, not a function.
Tip revision: e459750
pgupdate.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="$(SolutionDir)\pginstrument.props" />
  </ImportGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    <OutDir>$(SolutionDir)$(PlatformName)-pgo\</OutDir>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <Link>
      <AdditionalManifestDependencies>%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
      <LinkTimeCodeGeneration>PGUpdate</LinkTimeCodeGeneration>
      <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
    </Link>
  </ItemDefinitionGroup>
</Project>
back to top