Mercurial > sdl-ios-xcode
changeset 2494:a72a5f62d6b7 gsoc2008_force_feedback
Haptic subsystem should finally be properly attached to the build system.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Thu, 03 Jul 2008 09:13:22 +0000 |
parents | 6a2482d4af81 |
children | 66c02abeef0e |
files | Makefile.minimal include/SDL_config.h.in |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.minimal Thu Jul 03 08:48:05 2008 +0000 +++ b/Makefile.minimal Thu Jul 03 09:13:22 2008 +0000 @@ -15,6 +15,7 @@ src/events/*.c \ src/file/*.c \ src/joystick/*.c \ + src/haptic/*.c \ src/stdlib/*.c \ src/thread/*.c \ src/timer/*.c \ @@ -22,6 +23,7 @@ src/audio/dummy/*.c \ src/video/dummy/*.c \ src/joystick/dummy/*.c \ + src/haptic/dummy/*.c \ src/cdrom/dummy/*.c \ src/thread/generic/*.c \ src/timer/dummy/*.c \
--- a/include/SDL_config.h.in Thu Jul 03 08:48:05 2008 +0000 +++ b/include/SDL_config.h.in Thu Jul 03 09:13:22 2008 +0000 @@ -215,6 +215,8 @@ #undef SDL_JOYSTICK_WINMM #undef SDL_JOYSTICK_USBHID #undef SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H +#undef SDL_HAPTIC_DUMMY +#undef SDL_HAPTIC_LINUX /* Enable various shared object loading systems */ #undef SDL_LOADSO_BEOS