Output lib files for PGO build into PGO directory.
This commit is contained in:
parent
5951ec0fdd
commit
4784e0267e
|
@ -115,6 +115,8 @@ Tests
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- Output lib files for PGO build into PGO directory.
|
||||||
|
|
||||||
- Pick up 32-bit launcher from PGO directory on 64-bit PGO build.
|
- 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
|
- Drop PC\python_nt.h as it's not used. Add input dependency on custom
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalManifestDependencies>%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
|
<AdditionalManifestDependencies>%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
|
||||||
<LinkTimeCodeGeneration>PGUpdate</LinkTimeCodeGeneration>
|
<LinkTimeCodeGeneration>PGUpdate</LinkTimeCodeGeneration>
|
||||||
|
<ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue