comparison configure @ 18012:2b4e71051200

first stage of build system cleanup: - remove .developer nonsense - correct version.h dependencies - remove some old shared dvdkit cruft that was not used who's going to buy me the cola if this breaks?? :)
author rfelker
date Sun, 02 Apr 2006 03:14:54 +0000
parents 9fc72c7291d5
children 1ada02acd99c
comparison
equal deleted inserted replaced
18011:11c9dfbe120c 18012:2b4e71051200
6977 CFLAGS=`echo "$CFLAGS" | sed -e 's/\(-Wall\)/\1 -Wno-unused-parameter/'` 6977 CFLAGS=`echo "$CFLAGS" | sed -e 's/\(-Wall\)/\1 -Wno-unused-parameter/'`
6978 fi 6978 fi
6979 _stripbinaries=no 6979 _stripbinaries=no
6980 elif test -z "$CFLAGS" ; then 6980 elif test -z "$CFLAGS" ; then
6981 CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" 6981 CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
6982 # always compile with '-g' if .developer:
6983 if test -f ".developer" ; then
6984 CFLAGS="-g $CFLAGS"
6985 if test "$_crash_debug" = auto && not mingw32 ; then
6986 _crash_debug=yes
6987 fi
6988 _stripbinaries=no
6989 fi
6990 else 6982 else
6991 _warn_CFLAGS=yes 6983 _warn_CFLAGS=yes
6992 fi 6984 fi
6993 6985
6994 echocheck "automatic gdb attach" 6986 echocheck "automatic gdb attach"
7326 HAVE_DVD = $_have_dvd 7318 HAVE_DVD = $_have_dvd
7327 DVDREAD = $_dvdread 7319 DVDREAD = $_dvdread
7328 DVDREAD_LIB = $_ld_dvdread 7320 DVDREAD_LIB = $_ld_dvdread
7329 DVDKIT = $_dvdkit 7321 DVDKIT = $_dvdkit
7330 DVDKIT2 = $_dvdkit2 7322 DVDKIT2 = $_dvdkit2
7331 DVDKIT_SHARED = no
7332 SDL_INC = $_inc_sdl 7323 SDL_INC = $_inc_sdl
7333 W32_DEP = $_dep_win32 7324 W32_DEP = $_dep_win32
7334 W32_LIB = $_ld_win32 7325 W32_LIB = $_ld_win32
7335 DS_DEP = $_dep_dshow 7326 DS_DEP = $_dep_dshow
7336 DS_LIB = $_ld_dshow 7327 DS_LIB = $_ld_dshow