]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/makexferzip.bat
Create an NSView (in leiu of a real static bitmap class)
[wxWidgets.git] / wxPython / distrib / makexferzip.bat
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