]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b
aui this really has to be BOOL and not bool
[wxWidgets.git] / wxPython / b
index ef4867613fbb618002aa73b63a7d6a474fb7a61b..78c8654efe031147b5020d3e11519f2416a51505 100755 (executable)
@@ -25,6 +25,8 @@ function getpyver {
        PYVER=2.3
     elif [ "$1" = "24" ]; then
        PYVER=2.4
+    elif [ "$1" = "25" ]; then
+       PYVER=2.5
     else
        echo You must specify Python version as first parameter.
         exit
@@ -66,7 +68,6 @@ FLAGS="$FLAGS $PORTFLAGS $UNIFLAG"
 
 
 
-
 # "c" --> clean
 if [ "$1" =  "c" ]; then
     shift