From 4784e0267e1a7debce8c0f62ce245ea2e680f733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 24 Aug 2012 16:12:28 +0200 Subject: Output lib files for PGO build into PGO directory. --- Misc/NEWS | 2 ++ PCbuild/pgupdate.props | 1 + 2 files changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 9f729aa..81224f4 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 80ee90b..d775a02 100644 --- a/PCbuild/pgupdate.props +++ b/PCbuild/pgupdate.props @@ -11,6 +11,7 @@ %(AdditionalManifestDependencies) PGUpdate + $(OutDir)$(TargetName).lib \ No newline at end of file -- cgit v0.12