From 734b9824921b5c53ec66e4023587ed4bff862313 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Fri, 15 Apr 2016 13:41:07 +0300 Subject: [PATCH 2/2] + mention VS Express limitations --- WindowsCompilers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowsCompilers.rst b/WindowsCompilers.rst index dda90f7..43f20fa 100644 --- a/WindowsCompilers.rst +++ b/WindowsCompilers.rst @@ -79,7 +79,7 @@ call "%vcprogramfiles%\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /%vcvararch% == Microsoft Visual C++ 10.0 with Visual Studio 2010 (x86, x64, ia64) == -''Visual Studio 2010'' contain ''Visual C++ 10.0'' compiler. ''Distutils'' will automatically detect the compiler and use it. +''Visual Studio 2010'' contain ''Visual C++ 10.0'' compiler. ''Distutils'' will automatically detect the compiler and use it. The Express edition has compilers for x86 only. == Microsoft Visual C++ 9.0 standalone: Visual C++ Compiler for Python 2.7 (x86, x64) == @@ -118,7 +118,7 @@ This is the standalone version of ''Visual C++ 9.0'' compiler, you don't need to You have to run your commands from ''Windows SDK 6.1 Command Prompt'' (''C:\Program Files (x86)\Microsoft SDKs\Windows\v6.1\Bin\SetEnv.cmd'') each time you want compile with Python. By default, SetEnv.cmd use the ''x86'' architecture, use ''/x64'' or ''/ia64'' arguments for change it. == Microsoft Visual C++ 9.0 with Visual Studio 2008 (x86, x64, ia64) == -''Visual Studio 2008'' contain ''Visual C++ 9.0'' compiler. ''Distutils'' will automatically detect the compiler and use it. +''Visual Studio 2008'' contain ''Visual C++ 9.0'' compiler. ''Distutils'' will automatically detect the compiler and use it. The Express edition has compilers for x86 only. == MinGW (x86) == MinGW is an alternate C++ compiler that work with all Python versions. -- 1.9.5.msysgit.1