projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Various little tweaks
[wxWidgets.git]
/
wxPython
/
distrib
/
makexferzip.bat
Commit
Line
Data
8bf5d46e
RD
1
2
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
8
9
cat filelist | zip -r -u -@ xfer.zip