Mercurial > sdl-ios-xcode
view src/joystick/bsd/Makefile.am @ 1028:5ba65305c954
Fix various problems with the timer code.
* SDL_timer_running wasn't always updated correctly.
* Fixed occasional crash in SDL_SetTimer() when clearing threaded timers
* It was possible to get both the timer thread and event thread running
* Other misc. cleanup
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 13 Jan 2005 23:24:56 +0000 |
parents | dcd9f7b50a1c |
children |
line wrap: on
line source
## Makefile.am for the BSD joystick driver for SDL noinst_LTLIBRARIES = libjoystick_bsd.la libjoystick_bsd_la_SOURCES = $(SRCS) # The SDL joystick driver sources SRCS = SDL_sysjoystick.c