Slightly more useful version output for pr_dumpplatform

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5527 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Eukara 2019-08-31 15:38:11 +00:00
parent 560235c57b
commit a3810b4f50
1 changed files with 2 additions and 2 deletions

View File

@ -12741,7 +12741,7 @@ void PR_DumpPlatform_f(void)
}
VFS_PRINTF(f, "/*\n"
"This file was automatically generated by %s v%i.%02i\n"
"This file was generated by %s %s, dated %s.\n"
"This file can be regenerated by issuing the following command:\n"
"%s %s\n"
"Available options:\n"
@ -12754,7 +12754,7 @@ void PR_DumpPlatform_f(void)
"-Faccessors - use accessors instead of basic types via defines\n"
"-O - write to a different qc file\n"
"*/\n"
, FULLENGINENAME, FTE_VER_MAJOR, FTE_VER_MINOR, Cmd_Argv(0), Cmd_Args());
, FULLENGINENAME, STRINGIFY(SVNREVISION), __DATE__, Cmd_Argv(0), Cmd_Args());
VFS_PRINTF(f, "#pragma noref 1\n");
VFS_PRINTF(f, "//#pragma flag enable logicops\n");