]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/distrib/zipit.bat
wxPython 2.0b9, first phase (win32)
[wxWidgets.git] / utils / wxPython / distrib / zipit.bat
1
2 @echo off
3
4
5 zip -@ -r wxPython\wxPython-src-%1.zip < wxPython\distrib\wxPython.rsp
6
7 mkdir wxPython\docs
8 copy %WXWIN%\docs\html\wx\*.* wxPython\docs
9 copy wxPython\docs\wx.htm wxPython\docs\index.htm
10
11 zip -r wxPython\wxPython-docs-%1.zip wxPython\docs
12
13 del /y wxPython\docs\*.*
14 rmdir wxPython\docs
15
16 move /R wxPython\*.zip wxPython\distrib