X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdac31bad6435cd9747627f192f1c71e4c51d825..6a52ea5cb81dcd07c286d34b80945534780fe05f:/wxPython/b?ds=inline diff --git a/wxPython/b b/wxPython/b index ffbfea4b23..ffa2477fb1 100755 --- a/wxPython/b +++ b/wxPython/b @@ -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,8 +38,9 @@ OTHERFLAGS="" PORTFLAGS="" -if [ "$1" = "gtk1" ]; then - PORTFLAGS="" + +if [ "$1" = "gtk1" -o "$1" = "gtk" ]; then + PORTFLAGS="WXPORT=gtk UNICODE=0" shift elif [ "$1" = "gtk2" ]; then PORTFLAGS="WXPORT=gtk2 UNICODE=1"