Read from svnrev.h on Windows only
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1505 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
0019b452fe
commit
5bd38e67db
|
@ -19,8 +19,10 @@
|
|||
|
||||
#define VBA_NAME "VisualBoyAdvance-M"
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef FINAL_BUILD
|
||||
#include "svnrev.h"
|
||||
#endif
|
||||
#else
|
||||
#ifdef SVN_REV
|
||||
#define SVN_REV_STR SVN_REV
|
||||
|
|
Loading…
Reference in New Issue