Roundup Tracker - Issues

Issue 960247

classification
create .bat files for cross-platform windows builds
Type: Severity: normal
Components: None Versions:
process
Status: closed
:
: : a1s
Priority: normal : patch

Created on 2004-05-25 16:46 by a1s, last changed 2004-05-26 10:05 by a1s.

Files
File name Uploaded Description Edit Remove
setup.py.diff a1s, 2004-05-25 16:46
Messages
msg2713 Author: [hidden] (a1s) Date: 2004-05-25 16:46
with this patch, setup.py creates windows .bat files
instead of *nix shell scripts when 'bdist_wininst' or
'bdist --formats=wininst' is run on non-windows platform.

'bdist' command checks only the first of specified
formats, and makes windows scripts if it is 'wininst'
or if current (build) platform is 'win32'.  otherwise
it creates shell scripts.

'bdist_wininst' always creates windows files.
msg2714 Author: [hidden] (a1s) Date: 2004-05-26 10:05
Logged In: YES 
user_id=8719

checked in
History
Date User Action Args
2004-05-25 16:46:33a1screate