This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients zach.ware
Date 2013-01-08.20:43:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357677821.21.0.151237367429.issue16895@psf.upfronthosting.co.za>
In-reply-to
Content
I find myself frustrated with some of the hoops I have to jump through and extra things I have to remember when I want to play around with Python on Windows.  To make things a little easier, I've created a 'make.bat' file that can sit in the root of the repository and do a few of the more common tasks:

make [build] [-64] -- Runs Tools\buildbot\build[-amd64].bat
make clean [-64] -- Runs Tools\buildbot\clean[-amd64].bat
make doc [args] -- Runs Doc\make.bat [args] with %PYTHON% set to 'py.exe -2'
make patchcheck -- Runs Tools\scripts\patchcheck.py
make test [test args] -- Runs the test suite with passed arguments

It seems to work pretty well for me and I think it could be very useful to others, particularly new contributors.  I'm sure there's plenty of room for improvement, though :)

I don't know if this script might interfere or conflict with Cygwin or other tools; if so and it were decided to include this file, it could easily be renamed to 'wmake.bat' or some such.

Hope this is useful enough to include, or at least useful to someone else :)
History
Date User Action Args
2013-01-08 20:43:41zach.waresetrecipients: + zach.ware
2013-01-08 20:43:41zach.waresetmessageid: <1357677821.21.0.151237367429.issue16895@psf.upfronthosting.co.za>
2013-01-08 20:43:41zach.warelinkissue16895 messages
2013-01-08 20:43:40zach.warecreate