]> git.tuebingen.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>
Tue, 25 Mar 2025 00:51:36 +0000 (01:51 +0100)
commit8a74b53e48b4e68989dc2eeaa6fbb193c644af7e
treeba6e57ea9953ddc4fee4245f9acb55b46b566c58
parent62ddb47aed8039f02e887db9dedcbbe15ab23813
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