Read from svnrev.h on Windows only
This commit is contained in:
parent
d0ced9d2c8
commit
14c2a16aab
|
@ -19,8 +19,10 @@
|
||||||
|
|
||||||
#define VBA_NAME "VisualBoyAdvance-M"
|
#define VBA_NAME "VisualBoyAdvance-M"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
#ifndef FINAL_BUILD
|
#ifndef FINAL_BUILD
|
||||||
#include "svnrev.h"
|
#include "svnrev.h"
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#ifdef SVN_REV
|
#ifdef SVN_REV
|
||||||
#define SVN_REV_STR SVN_REV
|
#define SVN_REV_STR SVN_REV
|
||||||
|
|
Loading…
Reference in New Issue