]> git.tue.mpg.de Git - paraslash.git/commit
build: Merge version.{c,h} into string.{c,h}.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 31 Dec 2024 23:48:26 +0000 (00:48 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 20 Jan 2025 21:06:33 +0000 (22:06 +0100)
commit4c82f7a8d5d65571b0b827b9b9f2b05ae864cd89
tree805a6607283655625da4a3b6820c66d5cd8e4d69
parentf4aa774c4b15e237b2832e2fe196cbb311b9843e
build: Merge version.{c,h} into string.{c,h}.

This is a preparatory patch for the upcoming revamp of the git
version script. The revamped script generates version.c, a file
which is currently tracked by git. We can easily get rid of it (and
of version.h) since all paraslash executables link in both string.o
and version.o. So let's move the three small functions of version.c
to string.c and their declarations from version.h to string.h.
20 files changed:
Makefile.real
afh.c
audioc.c
audiod.c
audiod_command.c
client.c
client_common.c
command.c
filter.c
gui.c
mixer.c
play.c
recv.c
server.c
string.c
string.h
upgrade_db.c
version.c [deleted file]
version.h [deleted file]
write.c