]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makepreview.bat
fixed deadlock when calling wxPostEvent() from worker thread
[wxWidgets.git] / wxPython / distrib / makepreview.bat
index 60d7a0269335fb126e6516894fc7a5a9df36d042..20736851dd9ce96c8d9fbd2af8e322d81870f803 100755 (executable)
@@ -29,7 +29,8 @@ copy docs\xml\wxPython-metadata.xml %BASE%\docs\xml
 
 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
@@ -40,7 +41,8 @@ cd ..
 rem *** bundle it all up
 cd _distrib_zip
 tar cvf ../dist/wxPythonWIN32-preview-%1.tar wxPython-%1
-gzip -9 ../dist/wxPythonWIN32-preview-%1.tar
+bzip2 -9 ../dist/wxPythonWIN32-preview-%1.tar
+mv ../dist/wxPythonWIN32-preview-%1.tar.gz ../dist/wxPythonWIN32-preview-%1.tgz
 
 rem *** cleanup
 cd ..