diff options
author | Thomas Heller <theller@ctypes.org> | 2004-02-20 18:05:13 +0000 |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-02-20 18:05:13 +0000 |
commit | cad71d0a4a697ab392fa8af2ff27069852df9f58 (patch) | |
tree | 2ea86f53412e9844e4706ed25c9ba029cdaec153 /Python/thread.c | |
parent | 4ae4f83954a571a0dc10b2dd35fab797015eef9d (diff) | |
download | cpython-git-cad71d0a4a697ab392fa8af2ff27069852df9f58.tar.gz |
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.
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions