From d9114aa6e94afaf55323d009f14d45bdb030428b Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Fri, 3 Mar 2006 02:28:53 +0000 Subject: [PATCH] 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 --- distrib/scripts/build-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..." -- 2.50.0