]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/buildall
merged 2.2 branch
[wxWidgets.git] / utils / wxPython / buildall
diff --git a/utils/wxPython/buildall b/utils/wxPython/buildall
deleted file mode 100755 (executable)
index 26870e3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-cd src
-python ../distrib/build.py $*
-if [ "$?" != "0" ]; then
-    exit 1
-fi
-
-cd ../modules
-python buildall.py $*
-cd ..
-