]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't fetch makefiles, we'll add their creation to the pre-flight process later.
authorKevin Ollivier <kevino@theolliviers.com>
Fri, 3 Mar 2006 02:28:53 +0000 (02:28 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Fri, 3 Mar 2006 02:28:53 +0000 (02:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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