From: Zachary Ware <zachary.ware@gmail.com> Date: Sat, 29 Mar 2014 04:31:04 +0000 (-0500) Subject: Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt. X-Git-Tag: v3.4.1rc1~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e08f376ed2936175fb8f2023a5150d363c3c6ec6;p=python 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. --- diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 521c4722b4..9ecf911b40 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.