raze-gles/polymer/build/devcpp/engineinfo.c
Plagman 09f0c239b6 Importing source for great justice
git-svn-id: https://svn.eduke32.com/eduke32@5 1a8010ca-5511-0410-912e-c29ae57300e0
2006-04-13 20:47:06 +00:00

5 lines
234 B
C

const char _engine_cflags[] = "Dev-C++ made this";
const char _engine_libs[] = "Dev-C++ made this";
const char _engine_uname[] = "Dev-C++";
const char _engine_compiler[] = "Dev-C++";
const char _engine_date[] = __DATE__ " " __TIME__;