Fix #13210. Port the Windows build from VS2008 to VS2010.

This commit is contained in:
Brian Curtin 2012-05-13 11:19:23 -05:00
parent 708d88c334
commit 401f9f3d32
131 changed files with 25738 additions and 192 deletions

View file

@ -197,7 +197,7 @@ class build_ext(Command):
# Append the source distribution include and library directories,
# this allows distutils on windows to work in the source tree
self.include_dirs.append(os.path.join(sys.exec_prefix, 'PC'))
if MSVC_VERSION == 9:
if MSVC_VERSION >= 9:
# Use the .lib files for the correct architecture
if self.plat_name == 'win32':
suffix = ''

Binary file not shown.

Binary file not shown.