Mercurial > sdl-ios-xcode
comparison configure.in @ 4454:be387681d876
Fixed Eric's changes to allow building from the command line.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 09 May 2010 10:00:33 -0700 |
parents | 68dfd6df47da |
children | 890fe3b85890 87a2d87786d4 cb31d2fdbe61 |
comparison
equal
deleted
inserted
replaced
4453:37fc6a354dc7 | 4454:be387681d876 |
---|---|
2650 if test x$enable_timers = xyes; then | 2650 if test x$enable_timers = xyes; then |
2651 AC_DEFINE(SDL_TIMER_UNIX) | 2651 AC_DEFINE(SDL_TIMER_UNIX) |
2652 SOURCES="$SOURCES $srcdir/src/timer/unix/*.c" | 2652 SOURCES="$SOURCES $srcdir/src/timer/unix/*.c" |
2653 have_timers=yes | 2653 have_timers=yes |
2654 fi | 2654 fi |
2655 # Set up additional files for the file library | |
2656 if test x$enable_file = xyes; then | |
2657 SOURCES="$SOURCES $srcdir/src/file/cocoa/*.m" | |
2658 fi | |
2655 # The Mac OS X platform requires special setup. | 2659 # The Mac OS X platform requires special setup. |
2656 EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings" | 2660 EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings" |
2657 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lobjc" | 2661 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lobjc" |
2658 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa" | 2662 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa" |
2659 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon" | 2663 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon" |