]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/distrib/zipit.bat
Cleaned up paint DC cache in ~wxPaintDC to avoid spurious memory warning
[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 mkdir wxPython\docs\wx
9 copy %WXWIN%\docs\html\wx\*.gif wxPython\docs\wx
10 copy %WXWIN%\docs\html\wx\*.htm wxPython\docs\wx
11 copy wxPython\docs\wx.htm wxPython\docs\wx\index.htm
12
13 mkdir wxPython\docs\ogl
14 copy %WXWIN%\docs\html\ogl\*.gif wxPython\docs\ogl
15 copy %WXWIN%\docs\html\ogl\*.htm wxPython\docs\ogl
16 copy wxPython\docs\ogl.htm wxPython\docs\ogl\index.htm
17
18
19 zip -r wxPython\wxPython-docs-%1.zip wxPython\docs
20
21 del /sxzy wxPython\docs
22
23 move /R wxPython\*.zip wxPython\distrib