diff options
Diffstat (limited to 'allkits.cmd')
-rw-r--r-- | allkits.cmd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/allkits.cmd b/allkits.cmd index 2efb0f82..528087fc 100644 --- a/allkits.cmd +++ b/allkits.cmd @@ -1,9 +1,9 @@ @REM Build all the kits for coverage.py
@REM Add "upload" onto the command line to also upload.
-for %%v in (23 24 25 26 27 31 32) do (
- call \ned\bin\switchpy c:\vpy\coverage\%%v
+for %%v in (26 27 31 32) do (
+ call switchpy c:\vpy\coverage\%%v
python setup.py bdist_wininst %1
)
-call \ned\bin\switchpy c:\vpy\coverage\26
+call switchpy c:\vpy\coverage\26
python setup.py sdist --keep-temp --formats=gztar fixtar --owner=ned --group=coverage --clean %1
|