Fixing mixed tab/spaces indentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2007-07-07 04:35:11 +00:00
parent d88636da66
commit 5719de8643

View File

@@ -20,15 +20,15 @@ for i in "$@"; do
ansi) UNICODE=0 ;; ansi) UNICODE=0 ;;
debug) DEBUG=1 ;; debug) DEBUG=1 ;;
wxpython) WXPYTHON=1 ;; wxpython) WXPYTHON=1 ;;
gtk2) PORT="gtk2" ;; gtk2) PORT="gtk2" ;;
gtk) PORT="gtk" ;; gtk) PORT="gtk" ;;
x11) PORT="x11" ;; x11) PORT="x11" ;;
motif) PORT="motif" ;; motif) PORT="motif" ;;
static) STATIC=1 ;; static) STATIC=1 ;;
*) *)
usage usage
exit exit
;; ;;
esac esac
done done
@@ -39,9 +39,8 @@ do_build
make prefix=$INSTALLDIR install make prefix=$INSTALLDIR install
if [ "$WXPYTHON" == "1" ]; then if [ "$WXPYTHON" == "1" ]; then
make -C contrib/src/animate prefix=$INSTALLDIR install make -C contrib/src/gizmos prefix=$INSTALLDIR install
make -C contrib/src/gizmos prefix=$INSTALLDIR install make -C contrib/src/stc prefix=$INSTALLDIR install
make -C contrib/src/stc prefix=$INSTALLDIR install
fi fi
cd $OLDDIR cd $OLDDIR