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
This commit is contained in:
Kevin Ollivier
2006-03-03 02:28:53 +00:00
parent 77b14ee244
commit d9114aa6e9

View File

@@ -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..."