]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/makepreview.bat
4 set BASE
=_distrib_zip\wxPython
-%1
6 rem **** Make a directory to build up a distribution tree
16 copy /s wxPython
%BASE%\wxPython
17 copy /s demo
%BASE%\demo
18 copy /s scripts
%BASE%\scripts
19 copy ..\BIN\
*h_
*.dll
%BASE%\wx
24 rem *** remove unneeded files
26 ffind
/A
:D /SB CVS
> del-files
34 rem *** bundle it all up
36 tar cvf ..
/dist
/wxPythonWIN32
-preview
-%1.tar wxPython
-%1
37 gzip
-9 ..
/dist
/wxPythonWIN32
-preview
-%1.tar
41 del /sxzy _distrib_zip