From: Martin v. Löwis Date: Fri, 24 Aug 2012 14:12:28 +0000 (+0200) Subject: Output lib files for PGO build into PGO directory. X-Git-Tag: v3.3.0rc1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4784e0267e1a7debce8c0f62ce245ea2e680f733;p=python Output lib files for PGO build into PGO directory. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9f729aac9c..81224f4135 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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 diff --git a/PCbuild/pgupdate.props b/PCbuild/pgupdate.props index 80ee90b83e..d775a02c73 100644 --- a/PCbuild/pgupdate.props +++ b/PCbuild/pgupdate.props @@ -11,6 +11,7 @@ %(AdditionalManifestDependencies) PGUpdate + $(OutDir)$(TargetName).lib \ No newline at end of file