]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #892660 from Mark Hammond, for distutils bdist_wininst command.
authorThomas Heller <theller@ctypes.org>
Fri, 20 Feb 2004 14:43:21 +0000 (14:43 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 20 Feb 2004 14:43:21 +0000 (14:43 +0000)
commita19cdad6dc2815f6044c56601e8dd81d9c219631
tree4abd679481bc6d2a26c69ac98ad6b9404fa8c171
parentbb990588988365d6af01aba41ae88e76dcdc7933
Patch #892660 from Mark Hammond, for distutils bdist_wininst command.

install.c: support for a 'pre-install-script', run before anything has
been installed. Provides a 'message_box' module function for use by
either the pre-install or post-install scripts.

bdist_wininst.py: support for pre-install script. Typo (build->built),
fixes so that --target-version can still work, even when the
distribution has extension modules - in this case, we insist on
--skip-build, as we still can't actually build other versions.
Lib/distutils/command/bdist_wininst.py
PC/bdist_wininst/install.c