]> granicus.if.org Git - python/commit
Merged revisions 59371-59375 via svnmerge from
authorChristian Heimes <christian@cheimes.de>
Wed, 5 Dec 2007 22:02:31 +0000 (22:02 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 5 Dec 2007 22:02:31 +0000 (22:02 +0000)
commit786720876c4a473284a0324c8e3b43ed87e8f42c
tree5507e5203ecc5ced16c06173b4cf13ab3c5fb012
parentb9eccbfe2a90c6e37d0e1c767985933ea79026f8
Merged revisions 59371-59375 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r59374 | georg.brandl | 2007-12-05 22:52:40 +0100 (Wed, 05 Dec 2007) | 2 lines

  Add Ross Light, a GHOP student, to ACKs.
........
  r59375 | christian.heimes | 2007-12-05 22:57:25 +0100 (Wed, 05 Dec 2007) | 2 lines

  The macros _WIN32, _WIN64 and _M_X64 are defined by the compiler. The VS 2008 IDE doesn't know about (some) of the macros and can display wrong information. In my case a section #ifdef _WIN64 was grayed out although the platform was x64. I've added the macros to pyproject.vsprops and x64.vsprops.
  I've also added a paragraph about the property files to the readme and fixed the order of pyupdate > pyinstrument.
........
Doc/ACKS.txt
PCbuild9/bz2.vcproj
PCbuild9/pgupdate.vsprops
PCbuild9/pyexpat.vcproj
PCbuild9/pyproject.vsprops
PCbuild9/python.vcproj
PCbuild9/pythoncore.vcproj
PCbuild9/pythonw.vcproj
PCbuild9/readme.txt
PCbuild9/w9xpopen.vcproj
PCbuild9/x64.vsprops