Build: Add configure defines to detailed version output

This commit is contained in:
Jonathan G Rennison
2019-10-11 19:13:43 +01:00
parent 248b5455cd
commit 641b008374
5 changed files with 14 additions and 3 deletions

View File

@@ -53,6 +53,11 @@ const char _openttd_build_date[] = __DATE__ " " __TIME__;
*/
const char _openttd_build_configure[] = "!!CONFIGURE_INVOCATION!!";
/**
* The configure defines used to build OpenTTD
*/
const char _openttd_build_configure_defines[] = "!!CONFIGURE_DEFINES!!";
/**
* The git revision hash of this version.
*/