Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/configure.in Sun Jun 10 05:02:38 2001 +0000 +++ b/configure.in Sun Jun 10 18:20:23 2001 +0000 @@ -1865,7 +1865,7 @@ fi # The MacOS X platform requires special setup SDL_CFLAGS="$SDL_CFLAGS -F/System/Library/Frameworks/Carbon.framework" - SDL_LIBS="$SDL_LIBS -framework Carbon" + SDL_LIBS="-lSDLmain $SDL_LIBS -framework Carbon" ;; *) AC_MSG_ERROR(Unsupported target: Please add to configure.in)