]> granicus.if.org Git - python/commit
Copied the sources from the distutils CVS repository.
authorThomas Heller <theller@ctypes.org>
Fri, 22 Nov 2002 20:39:33 +0000 (20:39 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 22 Nov 2002 20:39:33 +0000 (20:39 +0000)
commitbb4b7d2d68b82803640f6ffbb79a7f694dcbf21c
tree0cb69aa43c7902de9adba851ae3955bf3885819b
parent8bec48316b1ffb4ea153e78b9119d7e77b98f3eb
Copied the sources from the distutils CVS repository.

Changed the MSVC project file to create the exe in the
lib/distutils/command directory, bdist_wininst.py must still be
changed to use it.

Also changed to use the same zlib as the zlib module - this has the nice
sideeffect that now the buggy 1.1.3 version is no longer used.

Most of the source files now conform to PEP 7, except for the maximum
line length.  Windows api programming in 78 character lines =:(.

README.txt is a new file, but still empty except for placeholders.
PC/bdist_wininst/.cvsignore [new file with mode: 0644]
PC/bdist_wininst/PythonPowered.bmp [new file with mode: 0644]
PC/bdist_wininst/README.txt [new file with mode: 0644]
PC/bdist_wininst/archive.h [new file with mode: 0644]
PC/bdist_wininst/extract.c [new file with mode: 0644]
PC/bdist_wininst/install.c [new file with mode: 0644]
PC/bdist_wininst/install.rc [new file with mode: 0644]
PC/bdist_wininst/resource.h [new file with mode: 0644]
PC/bdist_wininst/wininst.dsp [new file with mode: 0644]
PC/bdist_wininst/wininst.dsw [new file with mode: 0644]