]> granicus.if.org Git - python/commit
Update VS8.0 build files, using the script vs9to8.py.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 12 Jun 2008 21:58:20 +0000 (21:58 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 12 Jun 2008 21:58:20 +0000 (21:58 +0000)
commit6fd3321d6c2d374f4d46534e630b822e7da4310e
tree6f04045376015087987450739496240e89e7880b
parent35113883150706f6e14f0caed99cd372fdabf33b
Update VS8.0 build files, using the script vs9to8.py.

Also remove references to odbc libraries, which are not shipped with vs2003 express.
(and certainly not useful)
14 files changed:
PC/VS8.0/_bsddb.vcproj
PC/VS8.0/_bsddb44.vcproj
PC/VS8.0/_elementtree.vcproj
PC/VS8.0/_sqlite3.vcproj
PC/VS8.0/kill_python.c [new file with mode: 0644]
PC/VS8.0/make_versioninfo.vcproj
PC/VS8.0/pcbuild.sln
PC/VS8.0/pyproject.vsprops
PC/VS8.0/python.vcproj
PC/VS8.0/sqlite3.vcproj
PCbuild/_elementtree.vcproj
PCbuild/make_versioninfo.vcproj
PCbuild/python.vcproj
PCbuild/vs9to8.py