[Python-checkins] cpython (3.4): Issue #21745: Mention VS2010 SP1 as a solution for LNK1123 errors
zach.ware
python-checkins at python.org
Fri Jun 13 16:39:57 CEST 2014
http://hg.python.org/cpython/rev/10cca530d14c
changeset: 91154:10cca530d14c
branch: 3.4
parent: 91152:48126f225f10
user: Zachary Ware <zachary.ware at gmail.com>
date: Fri Jun 13 09:38:50 2014 -0500
summary:
Issue #21745: Mention VS2010 SP1 as a solution for LNK1123 errors
files:
PCbuild/readme.txt | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -17,6 +17,9 @@
Required for building Release configuration builds that make use of
Profile Guided Optimization (PGO), on either platform.
+Installing Service Pack 1 for Visual Studio 2010 is highly recommended
+to avoid LNK1123 errors.
+
The official Python releases are built with PGO using Visual Studio 2010
Ultimate Edition.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list