mirror of
https://github.com/simh/simh.git
synced 2026-02-27 01:00:07 +00:00
Added git commit id to archive exports
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -2,4 +2,6 @@
|
||||
*.sln binary
|
||||
*.vcproj binary
|
||||
*.exe binary
|
||||
*.bin 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
|
||||
|
||||
Reference in New Issue
Block a user