]> 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 588bac838f32197dfadaa2ae42fc83317c630941..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
@@ -33,7 +35,7 @@ python$PYVER -c "import sys;print '\n', sys.version, '\n'"
 SETUP="python$PYVER -u setup.py"
 FLAGS="USE_SWIG=1 SWIG=/opt/swig/bin/swig" 
 OTHERFLAGS=""
-PORTFLAGS="WXPORT=gtk2 UNICODE=1"
+PORTFLAGS=""