]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/makexferzip.bat
fix order of initializiton of rootless treectrl
[wxWidgets.git] / wxPython / distrib / makexferzip.bat
CommitLineData
8bf5d46e
RD
1
2
3cd %WXWIN%\utils\wxPython
4find . -name "*.py" > filelist
5find . -name "*.i" >> filelist
6find . -name "*.h" >> filelist
7find . -name "*.cpp" >> filelist
8
9cat filelist | zip -r -u -@ xfer.zip