1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 02:55:20 +00:00
cc65/src
Björn Esser 83e0c70de5 Replace GIT_SHA with a more versatile BUILD_ID definition.
When compiling cc65, it will by default place the git hash (if available) of
the checked out commit in the version string.  This isn't useful when building
a package for a Linux distribution, since there either won't be an upstream
git hash if there is one at all.

Thus we replace GIT_SHA with a more versatile BUILD_ID, which can be defined
to any arbitrary string.  When building, its contents will be appended to the
version string instead of the git hash.

If BUILD_ID is not defined by the user the behaviour will be exactly the same
as before.  That means BUILD_ID gets automatically defined to Git <GIT_SHA>,
if it can be determined from a checkout.
2019-06-09 20:17:15 +02:00
..
ar65
ca65 fix NearAddr case in comment 2019-05-11 12:32:44 +02:00
cc65 are more specific version of the comparison removal #895 2019-05-27 10:03:25 +02:00
chrcvt65
cl65
co65
common Replace GIT_SHA with a more versatile BUILD_ID definition. 2019-06-09 20:17:15 +02:00
da65
dbginfo
grc65 Fix realloc() bug in gr65 2019-05-22 11:33:43 +02:00
ld65 o65.c: missed a link time resolution of EXPR_NEARADDR 2019-05-11 12:32:44 +02:00
od65
sim65 sim65 common define for paravirt hooks base location 2019-05-31 10:40:04 +02:00
sp65
.gitignore Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
ar65.vcxproj
ca65.vcxproj
cc65.sln
cc65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
chrcvt65.vcxproj
cl65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
co65.vcxproj
common.vcxproj
da65.vcxproj
grc65.vcxproj
ld65.vcxproj
Makefile Replace GIT_SHA with a more versatile BUILD_ID definition. 2019-06-09 20:17:15 +02:00
od65.vcxproj
sim65.vcxproj
sp65.vcxproj