Staging
v0.5.1
https://github.com/python/cpython
Revision 1d7ec8f26cf7b08f8b163bea8e0236ad0228126e authored by Charles-François Natali on 02 August 2013, 08:22:07 UTC, committed by Charles-François Natali on 02 August 2013, 08:22:07 UTC
2 parent s b467d15 + 6ddd265
Raw File
Tip revision: 1d7ec8f26cf7b08f8b163bea8e0236ad0228126e authored by Charles-François Natali on 02 August 2013, 08:22:07 UTC
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
Tip revision: 1d7ec8f
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