]> mj.ucw.cz Git - pciutils.git/commit
libpci: Put name and version information into DLL library
authorPali Rohár <pali@kernel.org>
Sun, 8 May 2022 12:31:11 +0000 (14:31 +0200)
committerPali Rohár <pali@kernel.org>
Sun, 30 Oct 2022 15:00:36 +0000 (16:00 +0100)
commit59cb656889fe77f062b7391160188b70bf60c7b2
tree8be3698ba9810e2b9d4ec9722e611664c6b9b9bb
parent26a64f917656453051d200cc7bf87710a0bfcef7
libpci: Put name and version information into DLL library

Generate rc file from in template and fill DLL name and DLL version from
Makefile.

It looks like that the only possible way via GNU tools to specify version
information for DLL library is via text rc file compiled as COFF object
file via GNU windres and linked into the final DLL library via GNU ld.
Makefile
lib/Makefile
lib/dllrsrc.rc.in [new file with mode: 0644]