]> granicus.if.org Git - python/commit
Fix #13210. Port the Windows build from VS2008 to VS2010.
authorBrian Curtin <brian@python.org>
Sun, 13 May 2012 16:19:23 +0000 (11:19 -0500)
committerBrian Curtin <brian@python.org>
Sun, 13 May 2012 16:19:23 +0000 (11:19 -0500)
commit401f9f3d32dcebf5ead8079d46a83fe7c7631581
tree899600f4dad86565fd3585499e2332d2a3599d42
parent708d88c33441b29760b9246d61844eb59c1d0f3a
Fix #13210. Port the Windows build from VS2008 to VS2010.
131 files changed:
.hgignore
Lib/distutils/command/build_ext.py
Lib/distutils/command/wininst-10.0-amd64.exe [new file with mode: 0644]
Lib/distutils/command/wininst-10.0.exe [new file with mode: 0644]
Lib/packaging/command/build_ext.py
Lib/packaging/compiler/msvc9compiler.py
Misc/NEWS
Modules/errnomodule.c
Objects/exceptions.c
PC/VS9.0/_bz2.vcproj [new file with mode: 0644]
PC/VS9.0/_ctypes.vcproj [new file with mode: 0644]
PC/VS9.0/_ctypes_test.vcproj [new file with mode: 0644]
PC/VS9.0/_elementtree.vcproj [new file with mode: 0644]
PC/VS9.0/_hashlib.vcproj [new file with mode: 0644]
PC/VS9.0/_msi.vcproj [new file with mode: 0644]
PC/VS9.0/_multiprocessing.vcproj [new file with mode: 0644]
PC/VS9.0/_socket.vcproj [new file with mode: 0644]
PC/VS9.0/_sqlite3.vcproj [new file with mode: 0644]
PC/VS9.0/_ssl.vcproj [new file with mode: 0644]
PC/VS9.0/_testcapi.vcproj [new file with mode: 0644]
PC/VS9.0/_tkinter.vcproj [new file with mode: 0644]
PC/VS9.0/bdist_wininst.vcproj [new file with mode: 0644]
PC/VS9.0/debug.vsprops [moved from PCbuild/debug.vsprops with 100% similarity]
PC/VS9.0/kill_python.vcproj [new file with mode: 0644]
PC/VS9.0/make_buildinfo.vcproj [new file with mode: 0644]
PC/VS9.0/make_versioninfo.vcproj [new file with mode: 0644]
PC/VS9.0/pcbuild.sln [new file with mode: 0644]
PC/VS9.0/pginstrument.vsprops [moved from PCbuild/pginstrument.vsprops with 100% similarity]
PC/VS9.0/pgupdate.vsprops [moved from PCbuild/pgupdate.vsprops with 100% similarity]
PC/VS9.0/pyd.vsprops [moved from PCbuild/pyd.vsprops with 100% similarity]
PC/VS9.0/pyd_d.vsprops [moved from PCbuild/pyd_d.vsprops with 100% similarity]
PC/VS9.0/pyexpat.vcproj [new file with mode: 0644]
PC/VS9.0/pyproject.vsprops [moved from PCbuild/pyproject.vsprops with 100% similarity]
PC/VS9.0/python.vcproj [new file with mode: 0644]
PC/VS9.0/python3dll.vcproj [new file with mode: 0644]
PC/VS9.0/pythoncore.vcproj [new file with mode: 0644]
PC/VS9.0/pythonw.vcproj [new file with mode: 0644]
PC/VS9.0/release.vsprops [moved from PCbuild/release.vsprops with 100% similarity]
PC/VS9.0/select.vcproj [new file with mode: 0644]
PC/VS9.0/sqlite3.vcproj [new file with mode: 0644]
PC/VS9.0/sqlite3.vsprops [moved from PCbuild/sqlite3.vsprops with 100% similarity]
PC/VS9.0/ssl.vcproj [new file with mode: 0644]
PC/VS9.0/unicodedata.vcproj [new file with mode: 0644]
PC/VS9.0/w9xpopen.vcproj [new file with mode: 0644]
PC/VS9.0/winsound.vcproj [new file with mode: 0644]
PC/VS9.0/x64.vsprops [moved from PCbuild/x64.vsprops with 100% similarity]
PC/VS9.0/xxlimited.vcproj [new file with mode: 0644]
PC/dl_nt.c
PC/msvcrtmodule.c
PC/pyconfig.h
PCbuild/_bz2.vcxproj [new file with mode: 0644]
PCbuild/_bz2.vcxproj.filters [new file with mode: 0644]
PCbuild/_ctypes.vcxproj [new file with mode: 0644]
PCbuild/_ctypes.vcxproj.filters [new file with mode: 0644]
PCbuild/_ctypes_test.vcxproj [new file with mode: 0644]
PCbuild/_ctypes_test.vcxproj.filters [new file with mode: 0644]
PCbuild/_decimal.vcxproj [new file with mode: 0644]
PCbuild/_decimal.vcxproj.filters [new file with mode: 0644]
PCbuild/_elementtree.vcxproj [new file with mode: 0644]
PCbuild/_elementtree.vcxproj.filters [new file with mode: 0644]
PCbuild/_hashlib.vcxproj [new file with mode: 0644]
PCbuild/_hashlib.vcxproj.filters [new file with mode: 0644]
PCbuild/_lzma.vcxproj [new file with mode: 0644]
PCbuild/_lzma.vcxproj.filters [new file with mode: 0644]
PCbuild/_msi.vcxproj [new file with mode: 0644]
PCbuild/_msi.vcxproj.filters [new file with mode: 0644]
PCbuild/_multiprocessing.vcxproj [new file with mode: 0644]
PCbuild/_multiprocessing.vcxproj.filters [new file with mode: 0644]
PCbuild/_socket.vcxproj [new file with mode: 0644]
PCbuild/_socket.vcxproj.filters [new file with mode: 0644]
PCbuild/_sqlite3.vcxproj [new file with mode: 0644]
PCbuild/_sqlite3.vcxproj.filters [new file with mode: 0644]
PCbuild/_ssl.vcxproj [new file with mode: 0644]
PCbuild/_ssl.vcxproj.filters [new file with mode: 0644]
PCbuild/_testbuffer.vcxproj [new file with mode: 0644]
PCbuild/_testbuffer.vcxproj.filters [new file with mode: 0644]
PCbuild/_testcapi.vcxproj [new file with mode: 0644]
PCbuild/_testcapi.vcxproj.filters [new file with mode: 0644]
PCbuild/_tkinter.vcxproj [new file with mode: 0644]
PCbuild/_tkinter.vcxproj.filters [new file with mode: 0644]
PCbuild/bdist_wininst.vcxproj [new file with mode: 0644]
PCbuild/bdist_wininst.vcxproj.filters [new file with mode: 0644]
PCbuild/debug.props [new file with mode: 0644]
PCbuild/kill_python.vcxproj [new file with mode: 0644]
PCbuild/kill_python.vcxproj.filters [new file with mode: 0644]
PCbuild/make_buildinfo.vcxproj [new file with mode: 0644]
PCbuild/make_buildinfo.vcxproj.filters [new file with mode: 0644]
PCbuild/make_versioninfo.vcxproj [new file with mode: 0644]
PCbuild/make_versioninfo.vcxproj.filters [new file with mode: 0644]
PCbuild/pcbuild.sln
PCbuild/pginstrument.props [new file with mode: 0644]
PCbuild/pgupdate.props [new file with mode: 0644]
PCbuild/pyd.props [new file with mode: 0644]
PCbuild/pyd_d.props [new file with mode: 0644]
PCbuild/pyexpat.vcxproj [new file with mode: 0644]
PCbuild/pyexpat.vcxproj.filters [new file with mode: 0644]
PCbuild/pyproject.props [new file with mode: 0644]
PCbuild/python.vcxproj [new file with mode: 0644]
PCbuild/python.vcxproj.filters [new file with mode: 0644]
PCbuild/python3dll.vcxproj [new file with mode: 0644]
PCbuild/python3dll.vcxproj.filters [new file with mode: 0644]
PCbuild/pythoncore.vcxproj [new file with mode: 0644]
PCbuild/pythoncore.vcxproj.filters [new file with mode: 0644]
PCbuild/pythonw.vcxproj [new file with mode: 0644]
PCbuild/pythonw.vcxproj.filters [new file with mode: 0644]
PCbuild/release.props [new file with mode: 0644]
PCbuild/select.vcxproj [new file with mode: 0644]
PCbuild/select.vcxproj.filters [new file with mode: 0644]
PCbuild/sqlite3.props [new file with mode: 0644]
PCbuild/sqlite3.vcxproj [new file with mode: 0644]
PCbuild/sqlite3.vcxproj.filters [new file with mode: 0644]
PCbuild/ssl.vcxproj [new file with mode: 0644]
PCbuild/unicodedata.vcxproj [new file with mode: 0644]
PCbuild/unicodedata.vcxproj.filters [new file with mode: 0644]
PCbuild/w9xpopen.vcxproj [new file with mode: 0644]
PCbuild/w9xpopen.vcxproj.filters [new file with mode: 0644]
PCbuild/winsound.vcxproj [new file with mode: 0644]
PCbuild/winsound.vcxproj.filters [new file with mode: 0644]
PCbuild/x64.props [new file with mode: 0644]
PCbuild/xxlimited.vcxproj [new file with mode: 0644]
PCbuild/xxlimited.vcxproj.filters [new file with mode: 0644]
Python/dynload_win.c
Tools/buildbot/build-amd64.bat
Tools/buildbot/build.bat
Tools/buildbot/buildmsi.bat
Tools/buildbot/clean-amd64.bat
Tools/buildbot/clean.bat
Tools/buildbot/external-amd64.bat
Tools/buildbot/external-common.bat
Tools/buildbot/external.bat
Tools/msi/msi.py