diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-03-29 04:31:04 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-03-29 04:31:04 (GMT) |
commit | e08f376ed2936175fb8f2023a5150d363c3c6ec6 (patch) | |
tree | cc248ae6fb31c1df3b1a102d7b865a259d6b27d3 /PCbuild | |
parent | e50f9aa4bdf2df3a8d64f917be59ccba799683fc (diff) | |
download | cpython-e08f376ed2936175fb8f2023a5150d363c3c6ec6.zip cpython-e08f376ed2936175fb8f2023a5150d363c3c6ec6.tar.gz cpython-e08f376ed2936175fb8f2023a5150d363c3c6ec6.tar.bz2 |
Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt.
Also removes a mention of using "Express Edition with the Windows SDK
64-bit compilers" to build 64-bit Python. If that can be made to work,
it will need some extra instructions somewhere.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 521c472..9ecf911 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -278,8 +278,7 @@ The build process for AMD64 / x64 is very similar to standard builds, you just have to set x64 as platform. In addition, the HOST_PYTHON environment variable must point to a Python interpreter (at least 2.4), to support cross-compilation from Win32. Note that Visual Studio -requires either Standard Edition or better, or Express Edition with the -Windows SDK 64-bit compilers to be available in order to build 64-bit +requires Professional Edition or better in order to build 64-bit binaries. |