]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/makexferzip.bat
3 cd %WXWIN%\utils\wxPython
4 find .
-name
"*.py" > filelist
5 find .
-name
"*.i" >> filelist
6 find .
-name
"*.h" >> filelist
7 find .
-name
"*.cpp" >> filelist
9 cat filelist | zip
-r
-u
-@ xfer.zip