scummvm/backends/platform/sdl
Max Horn d22ebd358d BUILD: Unify how MODULE_DIRS is computed for backends
This should help avoid situations where MODULE_DIRS is not set to a
complete list of build dirs (which causes troubles with the automatic
header dependency detection logic).

On the long run, we should replace the relevant code by a macro or also
use rules.mk for this (with yet another if/else case add to it).

svn-id: r51467
2010-07-29 13:03:21 +00:00
..
events.cpp Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and derived backends. 2010-06-16 07:22:54 +00:00
graphics.cpp SDL: Fix bug #3025258 2010-07-23 16:38:31 +00:00
hardwarekeys.cpp Replaced KeyStates with ActionKeys in the keymapper, removed SDL ASCII code mismatch workaround hacks, fixed the memory leaks I had previously created. 2009-08-16 07:40:13 +00:00
main.cpp Define WIN32_LEAN_AND_MEAN before including windows.h. 2010-06-26 21:55:52 +00:00
module.mk BUILD: Unify how MODULE_DIRS is computed for backends 2010-07-29 13:03:21 +00:00
sdl.cpp Get rid of yet another global object with constructor 2010-07-12 23:19:56 +00:00
sdl.h SDL: Overhaul OSystem_SDL::getSupportedFormats 2010-07-12 23:18:44 +00:00