mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Output lib files for PGO build into PGO directory.
This commit is contained in:
parent
5951ec0fdd
commit
4784e0267e
2 changed files with 3 additions and 0 deletions
|
@ -115,6 +115,8 @@ Tests
|
|||
Build
|
||||
-----
|
||||
|
||||
- Output lib files for PGO build into PGO directory.
|
||||
|
||||
- Pick up 32-bit launcher from PGO directory on 64-bit PGO build.
|
||||
|
||||
- Drop PC\python_nt.h as it's not used. Add input dependency on custom
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<Link>
|
||||
<AdditionalManifestDependencies>%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
|
||||
<LinkTimeCodeGeneration>PGUpdate</LinkTimeCodeGeneration>
|
||||
<ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue