dxx-rebirth/similar/arch/sdl
Kp ddf888cd72 Move USE_SDLMIXER to dxxsconf.h; rename to DXX_USE_SDLMIXER
Rename symbol USE_SDLMIXER to DXX_USE_SDLMIXER to show that it is a DXX
symbol, not one inherited from a library.  Move it to dxxsconf.h to
shorten the command line.

This is a mostly automated transform, but the changes to SConstruct and
inferno.cpp were manual.

git grep -l USE_SDLMIXER -- '*.h' '*.cpp' | xargs sed -i -e 's/^#ifdef \(USE_SDLMIXER\)$/#if DXX_\1/' -e 's/#\(el\)\?if \(.*\)defined(\(USE_SDLMIXER\))/#\1if \2DXX_\3/'
2016-09-11 18:49:15 +00:00
..
digi.cpp Move USE_SDLMIXER to dxxsconf.h; rename to DXX_USE_SDLMIXER 2016-09-11 18:49:15 +00:00
digi_audio.cpp Use reinterpret_cast for digi magic value (void*)-1 2016-09-04 19:10:43 +00:00
digi_mixer.cpp Use reinterpret_cast for digi magic value (void*)-1 2016-09-04 19:10:43 +00:00
gr.cpp Avoid calling make_unique<...>({}) 2016-08-06 19:55:24 +00:00
init.cpp Added breaks in event.cpp to prevent unwanted events if -nomouse and/or -nojoystick is given; Added automap_apply_input() to prevent multiple inputs per frame causing multiple movement applications. 2016-05-30 13:17:42 +02:00
jukebox.cpp Allocate fewer jukebox pointers for small files 2016-08-08 00:07:19 +00:00