Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4784e02

Browse files
committed
Output lib files for PGO build into PGO directory.
1 parent 5951ec0 commit 4784e02

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ Tests
115115
Build
116116
-----
117117

118+
- Output lib files for PGO build into PGO directory.
119+
118120
- Pick up 32-bit launcher from PGO directory on 64-bit PGO build.
119121

120122
- Drop PC\python_nt.h as it's not used. Add input dependency on custom

PCbuild/pgupdate.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<Link>
1212
<AdditionalManifestDependencies>%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
1313
<LinkTimeCodeGeneration>PGUpdate</LinkTimeCodeGeneration>
14+
<ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
1415
</Link>
1516
</ItemDefinitionGroup>
1617
</Project>

0 commit comments

Comments
 (0)