]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/do-build-osx
Get/SetTitle only for wxTopLevelWindow (wxMGL part).
[wxWidgets.git] / wxPython / distrib / all / do-build-osx
index 02e7938e2a30ec29b2d10bd6867bdc309db29386..b4a82a022348bcb3e58392e5dabf143cb1763fdc 100755 (executable)
@@ -20,7 +20,7 @@ set -o errexit
 echo "-=-=-=-  Hello from $HOSTNAME  -=-=-=-"
 
 if [ $# -lt 6 ]; then
 echo "-=-=-=-  Hello from $HOSTNAME  -=-=-=-"
 
 if [ $# -lt 6 ]; then
-    echo "Usage: $0 WXDIR DESTDIR SKIPCLEAN VERSION KIND PYVER..."
+    echo "Usage: $0 WXDIR DESTDIR SKIPCLEAN VERSION KIND PYVER"
     exit 1
 fi
 
     exit 1
 fi
 
@@ -29,8 +29,7 @@ DESTDIR=$2
 SKIPCLEAN=$3
 VERSION=$4
 KIND=$5
 SKIPCLEAN=$3
 VERSION=$4
 KIND=$5
-shift;shift;shift;shift;shift
-PYVER=$@
+PYVER=$6
 
 
 #export PATH=/sw/bin:/usr/local/bin:$PATH
 
 
 #export PATH=/sw/bin:/usr/local/bin:$PATH
@@ -51,9 +50,9 @@ cd $WXDIR/wxPython
 export TARBALLDIR=$DESTDIR
 mkdir -p dist
 if [ $KIND = panther ]; then
 export TARBALLDIR=$DESTDIR
 mkdir -p dist
 if [ $KIND = panther ]; then
-    distrib/mac/wxPythonOSX/build $KIND inplace unicode
+    distrib/mac/wxPythonOSX/build $PYVER $KIND inplace unicode
 fi
 fi
-distrib/mac/wxPythonOSX/build $KIND inplace 
+distrib/mac/wxPythonOSX/build $PYVER $KIND inplace 
 
 
 echo "Copying installers to $DESTDIR..."
 
 
 echo "Copying installers to $DESTDIR..."