Added git commit id to archive exports
This commit is contained in:
parent
6f8349bcec
commit
35b658c813
2 changed files with 7 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -3,3 +3,5 @@
|
|||
*.vcproj binary
|
||||
*.exe binary
|
||||
*.bin binary
|
||||
sim_rev.h export-subst
|
||||
|
||||
|
|
|
@ -48,6 +48,10 @@
|
|||
#include ".git-commit-id.h"
|
||||
#endif
|
||||
|
||||
#if !defined(SIM_GIT_COMMIT_ID)
|
||||
#define SIM_GIT_COMMIT_ID $Format:%H$
|
||||
#endif
|
||||
|
||||
/*
|
||||
The comment section below reflects the manual editing process which was in place
|
||||
prior to the use of the git source control system on at https://gihub.com/simh/simh
|
||||
|
|
Loading…
Add table
Reference in a new issue