raze-gles/polymer/eduke32/source/rev.c
hendricks266 c24c08599f Better compile timestamp handling.
git-svn-id: https://svn.eduke32.com/eduke32@4495 1a8010ca-5511-0410-912e-c29ae57300e0
2014-05-31 12:26:13 +00:00

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__;