Output lib files for PGO build into PGO directory.
This commit is contained in:
parent
5951ec0fdd
commit
4784e0267e
|
@ -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…
Reference in New Issue