dxx-rebirth/similar/misc
Kp 7c8c2b5aa4 Move USE_TRACKER to dxxsconf.h; rename to DXX_USE_TRACKER
Rename symbol USE_TRACKER to DXX_USE_TRACKER 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 were
manual.

git grep -l USE_TRACKER -- '*.h' '*.cpp' | xargs sed -i -e 's/^#ifdef \(USE_TRACKER\)$/#if DXX_\1/' -e 's/#\(el\)\?if \(.*\)defined(\(USE_TRACKER\))/#\1if \2DXX_\3/'
2016-09-11 18:49:15 +00:00
..
args.cpp Move USE_TRACKER to dxxsconf.h; rename to DXX_USE_TRACKER 2016-09-11 18:49:15 +00:00
physfsx.cpp Remove char[N] overload for PHYSFSX_getRealPath 2016-08-06 19:55:25 +00:00