From 71759eab534512e7a4df557f12ffadb0062a56ad Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Mon, 25 Apr 2011 15:52:51 -0500 Subject: BASE: add TAINTED feature to gScummVMFeatures When configure enables a WIP/unstable engine, the about box and scummvm --version will now display TAINTED in the "features compiled in" list --- base/version.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'base/version.cpp') diff --git a/base/version.cpp b/base/version.cpp index 3083034714..c91698cba9 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -60,6 +60,11 @@ const char *gScummVMBuildDate = __DATE__ " " __TIME__; const char *gScummVMVersionDate = SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")"; const char *gScummVMFullVersion = "ScummVM " SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")"; const char *gScummVMFeatures = "" +#ifdef TAINTED_BUILD + // TAINTED means the build contains engines/subengines not enabled by default + "TAINTED " +#endif + #ifdef USE_TREMOR #ifdef USE_TREMOLO // libTremolo is used on WinCE for better ogg performance -- cgit v1.2.3