diff options
Diffstat (limited to 'allkits.cmd')
-rw-r--r-- | allkits.cmd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/allkits.cmd b/allkits.cmd index 26d00611..4d537273 100644 --- a/allkits.cmd +++ b/allkits.cmd @@ -1,3 +1,4 @@ +@REM Build all the kits for coverage.py
call \ned\bin\switchpy 23
python setup.py bdist_wininst
call \ned\bin\switchpy 24
@@ -6,6 +7,16 @@ call \ned\bin\switchpy 25 python setup.py bdist_wininst
call \ned\bin\switchpy 26
python setup.py bdist_wininst
+
+del /q py3k\*.*
+mkdir py3k
+copy three\coverage\*.py py3k
set TAR_OPTIONS=--group=100
python setup.py sdist --formats=gztar
set TAR_OPTIONS=
+
+cd three
+call \ned\bin\switchpy 31
+python setup.py bdist_wininst
+cd ..
+copy three\dist\*.exe dist
|