From: Kevin Ollivier Date: Fri, 3 Mar 2006 02:28:53 +0000 (+0000) Subject: Don't fetch makefiles, we'll add their creation to the pre-flight process later. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d9114aa6e94afaf55323d009f14d45bdb030428b?ds=inline Don't fetch makefiles, we'll add their creation to the pre-flight process later. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/scripts/build-windows.sh b/distrib/scripts/build-windows.sh index 33baedccb1..6dc6fd416f 100755 --- a/distrib/scripts/build-windows.sh +++ b/distrib/scripts/build-windows.sh @@ -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..."