Mercurial > sdl-ios-xcode
comparison configure.in @ 2717:50bc882455e5
Merge of force feedback branch r4039.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Mon, 25 Aug 2008 17:34:58 +0000 |
parents | 1d1be6137875 |
children | 6fc50bdd88c0 |
comparison
equal
deleted
inserted
replaced
2716:f8f68f47285a | 2717:50bc882455e5 |
---|---|
2328 # Set up files for the joystick library | 2328 # Set up files for the joystick library |
2329 if test x$enable_joystick = xyes; then | 2329 if test x$enable_joystick = xyes; then |
2330 if test x$have_dinput = xyes; then | 2330 if test x$have_dinput = xyes; then |
2331 AC_DEFINE(SDL_JOYSTICK_DINPUT) | 2331 AC_DEFINE(SDL_JOYSTICK_DINPUT) |
2332 SOURCES="$SOURCES $srcdir/src/joystick/win32/SDL_dxjoystick.c" | 2332 SOURCES="$SOURCES $srcdir/src/joystick/win32/SDL_dxjoystick.c" |
2333 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldinput8 -ldxguid -ldxerr8 -lole32" | |
2333 else | 2334 else |
2334 AC_DEFINE(SDL_JOYSTICK_WINMM) | 2335 AC_DEFINE(SDL_JOYSTICK_WINMM) |
2335 SOURCES="$SOURCES $srcdir/src/joystick/win32/SDL_mmjoystick.c" | 2336 SOURCES="$SOURCES $srcdir/src/joystick/win32/SDL_mmjoystick.c" |
2336 fi | 2337 fi |
2337 have_joystick=yes | 2338 have_joystick=yes |