rem *** remove unneeded files
cd _distrib_zip
-ffind /A:D /SB CVS > del-files
+ffind /A:D /SB CVS > del-files
+ffind /SB *.pyc >> del-files
cat del-files
del /sxzy @del-files
del del-files
cd _distrib_zip
tar cvf ../dist/wxPythonWIN32-preview-%1.tar wxPython-%1
gzip -9 ../dist/wxPythonWIN32-preview-%1.tar
+mv ../dist/wxPythonWIN32-preview-%1.tar.gz ../dist/wxPythonWIN32-preview-%1.tgz
rem *** cleanup
cd ..