dxx-rebirth/d2x-rebirth/libmve
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
..
decoder8.cpp Switch libmve to C++ casts 2016-09-04 00:02:52 +00:00
decoder16.cpp Switch libmve to C++ casts 2016-09-04 00:02:52 +00:00
decoders.h Make mve args const 2014-10-10 02:57:07 +00:00
mve_audio.cpp Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
mve_audio.h Enable -Wunused-parameter 2015-04-26 20:15:56 +00:00
mve_main.c Fix signaure of mve_cb_Alloc 2014-10-10 02:43:40 +00:00
mvelib.cpp Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
mvelib.h Fix check_header_includes build 2015-07-25 23:10:45 +00:00
mveplay.cpp Move USE_SDLMIXER to dxxsconf.h; rename to DXX_USE_SDLMIXER 2016-09-11 18:49:15 +00:00
mveplayer.1 Move d2x-rebirth source into subdirectory d2x-rebirth 2013-02-19 00:34:46 +00:00