]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/build-windows.sh
moved wxOverlay into overlay.* files and out of dc.h/dcbase.cpp; implemented wxOverla...
[wxWidgets.git] / distrib / scripts / build-windows.sh
index 33baedccb13d75a72694fa3d5fb45a2e031ec422..6dc6fd416f080bdc46bc5220fc5eae89ce933c6a 100755 (executable)
@@ -22,7 +22,7 @@ if [ $skipwin != yes ]; then
      
      echo "Running build script on $WIN_HOST..."
      wxdir=$WIN_BUILD/wxWidgets
-     cmd="./makesetup.sh --wxmsw --wxos2 --wxbase --wxall --no-inno --getmakefiles"
+     cmd="./makesetup.sh --wxmsw --wxos2 --wxbase --wxall --no-inno"
      ssh $WIN_HOST "cd $wxdir/distrib/scripts/msw && chmod +x makesetup.sh && WXWIN=$wxdir VERSION=$BUILD_VERSION $cmd"
 
      echo "Fetching the results..."