aboutsummaryrefslogtreecommitdiff
path: root/base/version.cpp
diff options
context:
space:
mode:
authorTarek Soliman2011-04-25 15:52:51 -0500
committerTarek Soliman2011-06-16 10:17:19 -0500
commit71759eab534512e7a4df557f12ffadb0062a56ad (patch)
tree8d99fc458707cfbc29647b0e3d173ec118d72bb8 /base/version.cpp
parentdaf277f146daf230db5207448800fef6e3889034 (diff)
downloadscummvm-rg350-71759eab534512e7a4df557f12ffadb0062a56ad.tar.gz
scummvm-rg350-71759eab534512e7a4df557f12ffadb0062a56ad.tar.bz2
scummvm-rg350-71759eab534512e7a4df557f12ffadb0062a56ad.zip
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
Diffstat (limited to 'base/version.cpp')
-rw-r--r--base/version.cpp5
1 files changed, 5 insertions, 0 deletions
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