diff options
author | Thomas Heller <theller@ctypes.org> | 2004-02-20 14:44:32 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-02-20 14:44:32 (GMT) |
commit | 4ae4f83954a571a0dc10b2dd35fab797015eef9d (patch) | |
tree | d04973435914306d061bee448c651ebfda13dcb9 | |
parent | a19cdad6dc2815f6044c56601e8dd81d9c219631 (diff) | |
download | cpython-4ae4f83954a571a0dc10b2dd35fab797015eef9d.zip cpython-4ae4f83954a571a0dc10b2dd35fab797015eef9d.tar.gz cpython-4ae4f83954a571a0dc10b2dd35fab797015eef9d.tar.bz2 |
Recompiled the binary wininst.exe.
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.
-rwxr-xr-x | Lib/distutils/command/wininst.exe | bin | 20992 -> 21504 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/Lib/distutils/command/wininst.exe b/Lib/distutils/command/wininst.exe Binary files differindex 6290a93..bea2bed 100755 --- a/Lib/distutils/command/wininst.exe +++ b/Lib/distutils/command/wininst.exe |