]> git.ipfire.org Git - thirdparty/zstd.git/commit
shared library: rename import library with .dll.a extension 1889/head
authorVincent Torri <vincent.torri@gmail.com>
Fri, 15 Nov 2019 18:46:06 +0000 (19:46 +0100)
committerVincent Torri <vincent.torri@gmail.com>
Fri, 15 Nov 2019 18:46:06 +0000 (19:46 +0100)
commit6b5c10b48c0faa2034c14c93a233dc3a241aa373
tree9059aa22ae4e13be57ad2f06f57afa2f9c9faafd
parenta2d9dbd53c7b3f34464e0609a67665987499b2a3
shared library: rename import library with .dll.a extension

mort of open source project are using this extension for the import library.
The Win32 linker is supporting this extension, see
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/4/html/Using_ld_the_GNU_Linker/win32.html
section "direct linking to a dll"
lib/Makefile