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

@@ -16,6 +16,7 @@ extern const char _openttd_revision[];
extern const char _openttd_build_date[];
extern const char _openttd_revision_hash[];
extern const char _openttd_build_configure[];
extern const char _openttd_build_configure_defines[];
extern const byte _openttd_revision_modified;
extern const byte _openttd_revision_tagged;
extern const uint32 _openttd_newgrf_version;