comparison configure.in @ 53:25dfe480c75e

Added MacOS X Project Builder projects
author Sam Lantinga <slouken@lokigames.com>
date Sun, 10 Jun 2001 18:20:23 +0000
parents fba28d77901f
children ac6645260d31
comparison
equal deleted inserted replaced
52:3f344be3301b 53:25dfe480c75e
1863 if test x$enable_timers = xyes; then 1863 if test x$enable_timers = xyes; then
1864 COPY_ARCH_SRC(src/timer, linux, SDL_systimer.c) 1864 COPY_ARCH_SRC(src/timer, linux, SDL_systimer.c)
1865 fi 1865 fi
1866 # The MacOS X platform requires special setup 1866 # The MacOS X platform requires special setup
1867 SDL_CFLAGS="$SDL_CFLAGS -F/System/Library/Frameworks/Carbon.framework" 1867 SDL_CFLAGS="$SDL_CFLAGS -F/System/Library/Frameworks/Carbon.framework"
1868 SDL_LIBS="$SDL_LIBS -framework Carbon" 1868 SDL_LIBS="-lSDLmain $SDL_LIBS -framework Carbon"
1869 ;; 1869 ;;
1870 *) 1870 *)
1871 AC_MSG_ERROR(Unsupported target: Please add to configure.in) 1871 AC_MSG_ERROR(Unsupported target: Please add to configure.in)
1872 ;; 1872 ;;
1873 esac 1873 esac