projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fixed compilation problem with old gcc releases
[wxWidgets.git]
/
wxPython
/
distrib
/
makexferzip
1
#!/bin/bash
2
3
cd
~
/
wx
/
utils
/
wxPython
4
5
find
.
-name
"*.py"
>
filelist
6
find
.
-name
"*.i"
>>
filelist
7
find
.
-name
"*.h"
>>
filelist
8
find
.
-name
"*.cpp"
>>
filelist
9
10
cat
filelist
|
zip
-r -u
-
@ xfer.
zip