]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Several Windows related cleanups:
authorChristian Heimes <christian@cheimes.de>
Thu, 6 Dec 2007 21:13:06 +0000 (21:13 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 6 Dec 2007 21:13:06 +0000 (21:13 +0000)
commit3d2f564d414a8ab766b1ea3aa86e7aee6f261f19
tree3db30a07b13f1e3e6e8fbd0c6a95ad2a518b4ef4
parent0a5e54e732ba892e3386d3571ebd0b36934d057b
Several Windows related cleanups:
* Removed a #define from pyconfig.h. The macro was already defined a few lines higher.
* Fixed path to tix in the build_tkinter.py script
* Changed make_buildinfo.c to use versions of unlink and strcat which are considered safe by Windows (as suggested by MvL).
* Removed two defines from pyproject.vsprops that are no longer required. Both are defined in pyconfig.h and make_buildinfo.c doesn't use the unsafe versions any more (as suggested by MvL).
* Added some more information about PGO and the property files to PCbuild9/readme.txt.

Are you fine with the changes, Martin?
PC/pyconfig.h
PCbuild9/build_tkinter.py
PCbuild9/make_buildinfo.c
PCbuild9/pyproject.vsprops
PCbuild9/readme.txt