cpython/PC/bdist_wininst
Thomas Heller cad71d0a4a To avoid problems with conflicting dlls, the windows installers built
by bdist_wininst *must* use the same runtime libary as the Python
version.

Actually this means the Python version where the installer is run, not
the one which is used to build it.  Must think about that - for now I
assume MSVC6 is used up to Python 2.3, and MSVC7.1 is used starting at
Python 2.4.

So the filename for wininst.exe is now wininst-6.exe for the Release
version and wininst-6_d.exe for the Debug version, when built with
MSVC6.
2004-02-20 18:05:13 +00:00
..
.cvsignore Copied the sources from the distutils CVS repository. 2002-11-22 20:39:33 +00:00
archive.h Copied the sources from the distutils CVS repository. 2002-11-22 20:39:33 +00:00
extract.c Copied the sources from the distutils CVS repository. 2002-11-22 20:39:33 +00:00
install.c Patch #892660 from Mark Hammond, for distutils bdist_wininst command. 2004-02-20 14:43:21 +00:00
install.rc Copied the sources from the distutils CVS repository. 2002-11-22 20:39:33 +00:00
PythonPowered.bmp Copied the sources from the distutils CVS repository. 2002-11-22 20:39:33 +00:00
README.txt Copied the sources from the distutils CVS repository. 2002-11-22 20:39:33 +00:00
resource.h Copied the sources from the distutils CVS repository. 2002-11-22 20:39:33 +00:00
wininst.dsp To avoid problems with conflicting dlls, the windows installers built 2004-02-20 18:05:13 +00:00
wininst.dsw Copied the sources from the distutils CVS repository. 2002-11-22 20:39:33 +00:00

XXX Write description
XXX Dont't forget to mention upx

XXX Add pointer to this file into PC/README.txt