diff options
| author | comex <comexk@gmail.com> | 2013-09-23 01:06:03 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2013-09-24 01:14:56 -0400 |
| commit | 2f384c75d23bb33ae5d382cb673c48f4f09c83a5 (patch) | |
| tree | 7b921571b5baa3fb74aeccd8f6178d322bf41ce6 /Source/Core/Common/Src/Version.cpp | |
| parent | 146cf56295cd366d05ab614d38a4627dc987a675 (diff) | |
Only include scmrev.h from Version.cpp.
This way less code has to be rebuilt whenever that file gets
regenerated.
Diffstat (limited to 'Source/Core/Common/Src/Version.cpp')
| -rw-r--r-- | Source/Core/Common/Src/Version.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Version.cpp b/Source/Core/Common/Src/Version.cpp index db89a25a82..944cc55906 100644 --- a/Source/Core/Common/Src/Version.cpp +++ b/Source/Core/Common/Src/Version.cpp @@ -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; |
