]> git.saurik.com Git - wxWidgets.git/commitdiff
some dist helpers for wxPython
authorRobin Dunn <robin@alldunn.com>
Sat, 31 Jul 1999 07:21:04 +0000 (07:21 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 31 Jul 1999 07:21:04 +0000 (07:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/.cvsignore
utils/wxPython/distrib/makexferzip [new file with mode: 0755]

index f7a3543c72f391927ef2463363903e2dee1d6b2d..791552a2b0f53c45865f9afe8d3f5fb0ad1379e4 100644 (file)
@@ -1,5 +1,9 @@
+*.py
+*.pyc
 *.pyc
 *.pyd
 *.pyc
 *.pyd
+*.pyd
+*.pyo
 *.pyo
 *.zip
 .cvsignore
 *.pyo
 *.zip
 .cvsignore
@@ -35,6 +39,7 @@ events.pyc
 events.pyc
 events.pyo
 events.pyo
 events.pyc
 events.pyo
 events.pyo
+filelist
 frames.py
 frames.py
 frames.pyc
 frames.py
 frames.py
 frames.pyc
@@ -108,7 +113,3 @@ wxp.pyo
 wxpc.ilk
 wxpc.pdb
 wxpc.pyd
 wxpc.ilk
 wxpc.pdb
 wxpc.pyd
-*.py
-*.pyc
-*.pyo
-*.pyd
diff --git a/utils/wxPython/distrib/makexferzip b/utils/wxPython/distrib/makexferzip
new file mode 100755 (executable)
index 0000000..88e06f3
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+cd ~/wx/utils/wxPython
+
+find . -name "*.py"  > filelist
+find . -name "*.i"  >> filelist
+find . -name "*.h"  >> filelist
+find . -name "*.cpp"  >> filelist
+
+cat filelist | zip -r -u -@ xfer.zip