]>
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
19 copy /s wxPython
%BASE%\wxPython
20 copy /s demo
%BASE%\demo
21 copy /s scripts
%BASE%\scripts
23 copy ..\BIN\
*h_
*.dll
%BASE%\wx
24 copy docs\MigrationGuide.
* %BASE%\docs
25 copy docs\CHANGES.txt
%BASE%\docs
26 copy docs\xml\wxPython
-metadata.xml
%BASE%\docs\xml
30 rem *** remove unneeded files
32 ffind
/A
:D /SB CVS
> del-files
33 ffind
/SB
*.pyc
>> del-files
41 rem *** bundle it all up
43 tar cvf ..
/dist
/wxPythonWIN32
-preview
-%1.tar wxPython
-%1
44 bzip2
-9 ..
/dist
/wxPythonWIN32
-preview
-%1.tar
45 mv ..
/dist
/wxPythonWIN32
-preview
-%1.tar.gz ..
/dist
/wxPythonWIN32
-preview
-%1.tgz
49 del /sxzy _distrib_zip