add git commit hash to mingw build as well
This commit is contained in:
parent
67e4c664f6
commit
f3ba703444
4 changed files with 4 additions and 15 deletions
|
@ -8,15 +8,8 @@
|
|||
#include "debug.h"
|
||||
#include "hook.h"
|
||||
#include "version.h"
|
||||
#include "versionhelpers.h"
|
||||
|
||||
#ifndef __GNUC__
|
||||
#include "version_tmp.h"
|
||||
#endif
|
||||
|
||||
#ifndef GIT_COMMIT
|
||||
#define GIT_COMMIT UNKNOWN
|
||||
#endif
|
||||
#include "versionhelpers.h"
|
||||
|
||||
|
||||
double g_dbg_frame_time = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue