projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
removed 2nd frame from html test sample; test sample now shows DL,DT,DD support
[wxWidgets.git]
/
utils
/
wxPython
/
distrib
/
makexferzip.bat
This page requires JavaScript to run. Use
this page
instead.
0 / 9 ( 0%)
Commit
Line
Data
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