]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makedev.bat
corrected WXDLLIMPEXP_ declaration for wxEventBlocker: it's part of core, not base
[wxWidgets.git] / wxPython / distrib / makedev.bat
index f50a670ce086ac370328a0096178f2d6ce34fdfb..85ce3afb0323b41b22894503a07059afe0d5cadf 100755 (executable)
@@ -67,9 +67,9 @@ rem del /sxzy @del-dirs
 rm del-files
 rm del-dirs
 
-rem *** bundle it all up  TODO: don't hard-code the 2.5
-tar cvf ../dist/wxPython2.5-win32-devel-%1.tar wxPython-%1
-gzip -9 ../dist/wxPython2.5-win32-devel-%1.tar
+rem *** bundle it all up  TODO: don't hard-code the 2.8
+tar cvf ../dist/wxPython2.8-win32-devel-%1.tar wxPython-%1
+bzip2 -9 ../dist/wxPython2.8-win32-devel-%1.tar
 
 rem *** cleanup
 cd ..