]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b
Fixed wxPoint.__cmp__ and a few others
[wxWidgets.git] / wxPython / b
index 7b5f575b7390eb084b96f566bb96f9a5a2811a1d..ece53b1cbd07b085f75007a1890748fe93ba8eeb 100755 (executable)
@@ -6,6 +6,9 @@ if [ "$1" = "15" ]; then
 elif [ "$1" = "20" ]; then
     PYVER=2.0
     shift
+elif [ "$1" = "21" ]; then
+    PYVER=2.1
+    shift
 fi
 
 
@@ -21,6 +24,11 @@ if [ "$1" =  "c" ]; then
     CMD="$SETUP $FLAGS $OTHERFLAGS clean"
     OTHERCMD="rm -f wxPython/*.so"
 
+# "d" --> clean extension modules only
+elif [ "$1" = "d" ]; then
+    shift
+    CMD="rm -f wxPython/*.so"
+
 # "i" --> install
 elif [ "$1" = "i" ]; then
     shift