diff options
Diffstat (limited to 'allkits.cmd')
-rw-r--r-- | allkits.cmd | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/allkits.cmd b/allkits.cmd index 1e4fe221..a83cac7b 100644 --- a/allkits.cmd +++ b/allkits.cmd @@ -8,19 +8,18 @@ python setup.py bdist_wininst call \ned\bin\switchpy 26
python setup.py bdist_wininst
-@REM Source kit: Py2k in "coverage", Py3k in "py3k"
-del /q py3k\*.*
-mkdir py3k
-xcopy /s/h/i/e /exclude:notsource.txt three\coverage\*.py py3k
set TAR_OPTIONS=--group=100
python setup.py sdist --formats=gztar
set TAR_OPTIONS=
-@REM py3k windows kit: code still needs to be in py3k, so move it.
+@REM Py3k
cd three
call \ned\bin\switchpy 31
-xcopy /s/h/i/e coverage py3k
python setup.py bdist_wininst
-rmdir/s/q py3k
+
+set TAR_OPTIONS=--group=100
+python setup.py sdist --formats=gztar
+set TAR_OPTIONS=
+
cd ..
-copy three\dist\*.exe dist
+copy three\dist\*.* dist
|