mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-18 00:01:45 +00:00
Only include scmrev.h from Version.cpp.
This way less code has to be rebuilt whenever that file gets regenerated.
This commit is contained in:
parent
146cf56295
commit
2f384c75d2
5 changed files with 8 additions and 7 deletions
|
@ -43,3 +43,6 @@ const char *netplay_dolphin_ver = SCM_DESC_STR " L" NP_ARCH;
|
|||
#endif
|
||||
|
||||
const char *scm_rev_git_str = SCM_REV_STR;
|
||||
|
||||
const char *scm_desc_str = SCM_DESC_STR;
|
||||
const char *scm_branch_str = SCM_BRANCH_STR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue