diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-07-07 19:33:24 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-07-07 19:33:24 (GMT) |
commit | ef03565567d3648f6dd81f8ab89648f1d9f6b4aa (patch) | |
tree | 9e663ec9b4e6779b86bfda0dd7b470e98754270e | |
parent | 2170b14374a70bcfadcb32f8ccb53102b81a9f15 (diff) | |
download | cpython-ef03565567d3648f6dd81f8ab89648f1d9f6b4aa.zip cpython-ef03565567d3648f6dd81f8ab89648f1d9f6b4aa.tar.gz cpython-ef03565567d3648f6dd81f8ab89648f1d9f6b4aa.tar.bz2 |
Issue #17846: Clarify note about Solution Folders.
Initial patch by Kathleen Weaver.
-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 552c91e..7d57726 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -9,8 +9,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 |