fix release mode build errors
This commit is contained in:
parent
e2c85a2d50
commit
05a1886861
|
@ -29,9 +29,9 @@
|
||||||
#include "scmrev.h"
|
#include "scmrev.h"
|
||||||
#else
|
#else
|
||||||
#ifdef SVN_REV
|
#ifdef SVN_REV
|
||||||
#define SVN_REV_STR SVN_REV
|
#define SCM_REV_STR SCM_REV
|
||||||
#else
|
#else
|
||||||
#define SVN_REV_STR ""
|
#define SCM_REV_STR ""
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
#elif defined(PUBLIC_RELEASE)
|
#elif defined(PUBLIC_RELEASE)
|
||||||
#define FCEU_SUBVERSION_STRING ""
|
#define FCEU_SUBVERSION_STRING ""
|
||||||
#else
|
#else
|
||||||
#define FCEU_SUBVERSION_STRING "-interim svn" SVN_REV_STR
|
#define FCEU_SUBVERSION_STRING "-interim git" SCM_REV_STR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
|
|
Loading…
Reference in New Issue