fix release mode build errors

This commit is contained in:
zeromus 2018-04-11 01:07:27 -05:00
parent e2c85a2d50
commit 05a1886861
1 changed files with 3 additions and 3 deletions

View File

@ -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)