Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5951ec0 commit 4784e02Copy full SHA for 4784e02
2 files changed
Misc/NEWS
@@ -115,6 +115,8 @@ Tests
115
Build
116
-----
117
118
+- Output lib files for PGO build into PGO directory.
119
+
120
- Pick up 32-bit launcher from PGO directory on 64-bit PGO build.
121
122
- Drop PC\python_nt.h as it's not used. Add input dependency on custom
PCbuild/pgupdate.props
@@ -11,6 +11,7 @@
11
<Link>
12
<AdditionalManifestDependencies>%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
13
<LinkTimeCodeGeneration>PGUpdate</LinkTimeCodeGeneration>
14
+ <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
15
</Link>
16
</ItemDefinitionGroup>
17
</Project>
0 commit comments