diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-07-07 19:35:02 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-07-07 19:35:02 (GMT) |
commit | 269e83fd0247858d7b83374eb6dda77ec5ec9ac9 (patch) | |
tree | 489922335ed7c760a1d0fec4b7215caf56a68793 /PCbuild | |
parent | 345511a4a6cc3b1ac37f85b686d7095e6d7d4cde (diff) | |
parent | ef03565567d3648f6dd81f8ab89648f1d9f6b4aa (diff) | |
download | cpython-269e83fd0247858d7b83374eb6dda77ec5ec9ac9.zip cpython-269e83fd0247858d7b83374eb6dda77ec5ec9ac9.tar.gz cpython-269e83fd0247858d7b83374eb6dda77ec5ec9ac9.tar.bz2 |
Issue #17846: Merge with 3.4
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 4195461..d5ef00f 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -19,8 +19,11 @@ requirements are as follows: Visual C++ 2010 Express Edition Required for building 32-bit Debug and Release configuration builds. - This edition does not support "solution folders", which pcbuild.sln - uses; this will not prevent building. + The Python build solution pcbuild.sln makes use of Solution Folders, + which this edition does not support. Any time pcbuild.sln is opened + or reloaded by Visual C++, a warning about Solution Folders will be + displayed which can be safely dismissed with no impact on your + ability to build Python. Visual Studio 2010 Professional Edition Required for building 64-bit Debug and Release configuration builds Visual Studio 2010 Premium Edition |