commit | ebad7f0d47000a28e885d1808995537aa1e42727 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Sep 02 23:08:07 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Sep 02 23:08:07 2008 +0000 |
tree | 192f2a1b0288291238f173579ec00088169215f6 | |
parent | cb87f82fc8be29612a63f6dd4807be639c64240d [diff] |
Merged revisions 66167 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r66167 | amaury.forgeotdarc | 2008-09-02 23:50:47 +0200 (mar., 02 sept. 2008) | 5 lines Attempt to correct the build files for the Microsoft VS7.1 compiler. I don't have a working VS7.1, but VS2005 can automatically convert the project and build a working python interpreter. ........