提交 e4afee97 编写于 作者: B bellard

cosmetics


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1403 c046a42c-6fe2-441c-8c8c-71466251a162
上级 d0b3e735
...@@ -158,8 +158,6 @@ for opt do ...@@ -158,8 +158,6 @@ for opt do
;; ;;
--extra-ldflags=*) LDFLAGS="${opt#--extra-ldflags=}" --extra-ldflags=*) LDFLAGS="${opt#--extra-ldflags=}"
;; ;;
--extra-libs=*) extralibs=${opt#--extra-libs=}
;;
--cpu=*) cpu=`echo $opt | cut -d '=' -f 2` --cpu=*) cpu=`echo $opt | cut -d '=' -f 2`
;; ;;
--target-list=*) target_list=${opt#--target-list=} --target-list=*) target_list=${opt#--target-list=}
...@@ -420,7 +418,9 @@ if test "$darwin" = "yes" ; then ...@@ -420,7 +418,9 @@ if test "$darwin" = "yes" ; then
echo "Cocoa support $cocoa" echo "Cocoa support $cocoa"
fi fi
echo "SDL support $sdl" echo "SDL support $sdl"
echo "SDL static link $sdl_static" if test "$sdl" != "no" ; then
echo "SDL static link $sdl_static"
fi
echo "mingw32 support $mingw32" echo "mingw32 support $mingw32"
echo "Adlib support $adlib" echo "Adlib support $adlib"
echo -n "FMOD support $fmod" echo -n "FMOD support $fmod"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册