]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b
implemented wxStackWalker for Unix (using glibc-specific methods); moved wxUSE_STACKW...
[wxWidgets.git] / wxPython / b
index 3b8cb02e584ce8a411d31dacb7208b3e40e2d606..ffa2477fb1a2eb45b3204649304e8a5a4d70cecb 100755 (executable)
@@ -18,6 +18,8 @@ function getpyver {
        PYVER=2.2
     elif [ "$1" = "23" ]; then
        PYVER=2.3
+    elif [ "$1" = "24" ]; then
+       PYVER=2.4
     else
        echo You must specify Python version as first parameter.
         exit
@@ -36,6 +38,7 @@ OTHERFLAGS=""
 PORTFLAGS=""
 
 
+
 if [ "$1" = "gtk1" -o "$1" = "gtk" ]; then 
     PORTFLAGS="WXPORT=gtk UNICODE=0"
     shift