mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
c24c08599f
git-svn-id: https://svn.eduke32.com/eduke32@4495 1a8010ca-5511-0410-912e-c29ae57300e0
6 lines
250 B
C
6 lines
250 B
C
// This file's main purpose is to be recompiled whenever the Makefile slams rev.h (usually always) so the timestamp gets updated, even for a partial recompile.
|
|
|
|
const char *
|
|
#include "rev.h"
|
|
|
|
const char* s_buildTimestamp = __DATE__ " " __TIME__;
|