diff options
author | Thomas Heller <theller@ctypes.org> | 2000-09-07 15:59:22 +0000 |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2000-09-07 15:59:22 +0000 |
commit | 904ca11a87c18ab1027435f40ea556198ab65052 (patch) | |
tree | ffac6d736c9d624f9a8c88495d14749680afcf06 /Python/frozen.c | |
parent | a249f16af03ab2091b59e12faaefe642f95a85ea (diff) | |
download | cpython-git-904ca11a87c18ab1027435f40ea556198ab65052.tar.gz |
Changes:
distutils/command/bdist_wininst.py:
- the windows installer is again able to compile after installing
the files. Note: The default has changed, the packager has to
give --no-target-compile/--no-target-optimize to NOT compile
on the target system. (Another note: install_lib's --compile
--optimize options have the same semantics to switch off
the compilation. Shouldn't the names change?)
- All references to specific python versions are gone.
- A small bug:
raise DistutilsPlatformError ("...")
instead of
raise DistutilsPlatformError, ("...")
- When bdist_wininst creates an installer for one specific python
version, this is reflected in the name:
Distutils-0.9.2.win32-py15.exe instead of
Distutils-0.9.2.win32.exe
- bdist_wininst, when run as script, reads the wininst.exe file
and rewrites itself. Previously this was done by hand.
misc/install.c
- All the changes needed for compilation
- Deleted a lot of debug/dead code
Diffstat (limited to 'Python/frozen.c')
0 files changed, 0 insertions, 0 deletions