Build: Add configure defines to detailed version output
This commit is contained in:
@@ -146,7 +146,8 @@ char *CrashLog::LogOpenTTDVersion(char *buffer, const char *last) const
|
||||
" Endian: %s\n"
|
||||
" Dedicated: %s\n"
|
||||
" Build date: %s\n"
|
||||
" Configure: %s\n\n",
|
||||
" Configure: %s\n"
|
||||
" Defines: %s\n\n",
|
||||
_openttd_revision,
|
||||
_openttd_revision_modified,
|
||||
_openttd_newgrf_version,
|
||||
@@ -166,7 +167,8 @@ char *CrashLog::LogOpenTTDVersion(char *buffer, const char *last) const
|
||||
"no",
|
||||
#endif
|
||||
_openttd_build_date,
|
||||
_openttd_build_configure
|
||||
_openttd_build_configure,
|
||||
_openttd_build_configure_defines
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user