Mercurial > sdl-ios-xcode
comparison configure.in @ 3173:510e3f36c04a
BeOS support for power subsystem.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 07 Jun 2009 22:44:59 +0000 |
parents | b7a48f533966 |
children | 77d6336711fc |
comparison
equal
deleted
inserted
replaced
3172:f0191bd9f99c | 3173:510e3f36c04a |
---|---|
2802 if test x$enable_loadso = xyes; then | 2802 if test x$enable_loadso = xyes; then |
2803 AC_DEFINE(SDL_LOADSO_BEOS) | 2803 AC_DEFINE(SDL_LOADSO_BEOS) |
2804 SOURCES="$SOURCES $srcdir/src/loadso/beos/*.c" | 2804 SOURCES="$SOURCES $srcdir/src/loadso/beos/*.c" |
2805 have_loadso=yes | 2805 have_loadso=yes |
2806 fi | 2806 fi |
2807 # Set up files for the system power library | |
2808 if test x$enable_power = xyes; then | |
2809 AC_DEFINE(SDL_POWER_BEOS) | |
2810 SOURCES="$SOURCES $srcdir/src/power/beos/*.c" | |
2811 have_power=yes | |
2812 fi | |
2807 # The BeOS platform requires special setup. | 2813 # The BeOS platform requires special setup. |
2808 SOURCES="$srcdir/src/main/beos/*.cc $SOURCES" | 2814 SOURCES="$srcdir/src/main/beos/*.cc $SOURCES" |
2809 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lroot -lbe -lmedia -lgame -ldevice -ltextencoding" | 2815 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lroot -lbe -lmedia -lgame -ldevice -ltextencoding" |
2810 ;; | 2816 ;; |
2811 *-*-darwin* ) | 2817 *-*-darwin* ) |