aboutsummaryrefslogtreecommitdiff
path: root/src/client/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/game.cpp')
0 files changed, 0 insertions, 0 deletions
class="hl ppc"> #ifdef NDEBUG #define BUILD_TYPE "Release" #else #define BUILD_TYPE "Debug" #endif #ifdef RUN_IN_PLACE #define RUN_IN_PLACE_BOOLSTRING "1" #else #define RUN_IN_PLACE_BOOLSTRING "0" #endif #if USE_GETTEXT #define USE_GETTEXT_BOOLSTRING "1" #else #define USE_GETTEXT_BOOLSTRING "0" #endif #define BUILD_INFO "NON-CMAKE RUN_IN_PLACE="RUN_IN_PLACE_BOOLSTRING" USE_GETTEXT="USE_GETTEXT_BOOLSTRING" BUILD_TYPE="BUILD_TYPE #endif #endif