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"
#else
#ifdef SVN_REV
#define SVN_REV_STR SVN_REV
#define SCM_REV_STR SCM_REV
#else
#define SVN_REV_STR ""
#define SCM_REV_STR ""
#endif
#endif
@ -44,7 +44,7 @@
#elif defined(PUBLIC_RELEASE)
#define FCEU_SUBVERSION_STRING ""
#else
#define FCEU_SUBVERSION_STRING "-interim svn" SVN_REV_STR
#define FCEU_SUBVERSION_STRING "-interim git" SCM_REV_STR
#endif
#if defined(_MSC_VER)