]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-windows
Get/SetTitle only for wxTopLevelWindow (wxMGL part).
[wxWidgets.git] / wxPython / distrib / all / build-windows
index d8b70d2db46b0e4d979fd856925f84c69f66bde7..95a946b1a36a0a4bfd32d2900dfa648a4c8d3861 100755 (executable)
@@ -6,6 +6,7 @@ set -o errexit
 # read the config variables from the file given on the command line
 . $1
 
+PYVER=$2
 
 if [ $skipwin != yes ]; then
     # test if the target machine is online
@@ -29,4 +30,6 @@ if [ $skipwin != yes ]; then
      echo "Fetching the results..."
      scp "$WIN_HOST:$WIN_BUILD/wxPython*-win32*"  $STAGING_DIR
      ssh $WIN_HOST "rm $WIN_BUILD/wxPython*-win32*"
+
+     echo "Done!"
 fi
\ No newline at end of file