]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b
HandlePrintClient shouldn't go above a top-level window
[wxWidgets.git] / wxPython / b
index ffbfea4b233704c2ba659caa9273b8f671695259..ffa2477fb1a2eb45b3204649304e8a5a4d70cecb 100755 (executable)
@@ -18,6 +18,8 @@ function getpyver {
        PYVER=2.2
     elif [ "$1" = "23" ]; then
        PYVER=2.3
        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
     else
        echo You must specify Python version as first parameter.
         exit
@@ -36,8 +38,9 @@ OTHERFLAGS=""
 PORTFLAGS=""
 
 
 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"
     shift
 elif [ "$1" = "gtk2" ]; then 
     PORTFLAGS="WXPORT=gtk2 UNICODE=1"