summaryrefslogtreecommitdiff
path: root/python/BuildInstructionsWindows.md
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-07-10 09:35:20 +0200
committerJose <jose@zeroc.com>2017-07-10 09:35:20 +0200
commit70d51c9aa0f1ff1d21e57aa481b8b51d0f32b576 (patch)
treeb8d60c40a69da35867420c8ecb086cf447ab132b /python/BuildInstructionsWindows.md
parentAdded diagnostic, removed dead code (diff)
downloadice-70d51c9aa0f1ff1d21e57aa481b8b51d0f32b576.tar.bz2
ice-70d51c9aa0f1ff1d21e57aa481b8b51d0f32b576.tar.xz
ice-70d51c9aa0f1ff1d21e57aa481b8b51d0f32b576.zip
Fix VC++ version used with Python 2.7.x builds
Diffstat (limited to 'python/BuildInstructionsWindows.md')
-rw-r--r--python/BuildInstructionsWindows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/BuildInstructionsWindows.md b/python/BuildInstructionsWindows.md
index a6d90b0b3ae..483d8792ed6 100644
--- a/python/BuildInstructionsWindows.md
+++ b/python/BuildInstructionsWindows.md
@@ -26,7 +26,7 @@ with the one used to build Ice for C++.
The Python interpreter is readily available on Windows platforms. You can build
it yourself using Microsoft Visual C++, or obtain a binary distribution from the
Python web site. The Python 3.6.x binary distribution is compiled with Visual
-C++ 14, while Python 2.7.x is compiled with Visual C++ 10. You should compile
+C++ 14, while Python 2.7.x is compiled with Visual C++ 9. You should compile
the Ice extension with the same Visual C++ version as your Python binary
distribution.