2.7 --> 2.8

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-21 03:39:46 +00:00
parent 5589b01ba7
commit 0bb065f6d0

View File

@@ -67,9 +67,9 @@ rem del /sxzy @del-dirs
rm del-files rm del-files
rm del-dirs rm del-dirs
rem *** bundle it all up TODO: don't hard-code the 2.6 rem *** bundle it all up TODO: don't hard-code the 2.8
tar cvf ../dist/wxPython2.7-win32-devel-%1.tar wxPython-%1 tar cvf ../dist/wxPython2.8-win32-devel-%1.tar wxPython-%1
bzip2 -9 ../dist/wxPython2.7-win32-devel-%1.tar bzip2 -9 ../dist/wxPython2.8-win32-devel-%1.tar
rem *** cleanup rem *** cleanup
cd .. cd ..