]> git.tdb.fi Git - builder.git/commit
Build shared libraries directly to a versioned name
authorMikko Rasa <tdb@tdb.fi>
Mon, 2 Jan 2023 20:25:48 +0000 (22:25 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 2 Jan 2023 22:51:46 +0000 (00:51 +0200)
commit1600cda4875b1917cc37b9c1456648d186066c1b
treeefe07ed31edae48d37d940c7f50058beeb94cfa4
parent75e33019504dd0748690f89cffeee298c18278f4
Build shared libraries directly to a versioned name

The MSVC linker does not have an equivalent to the GNU linker's soname
option, so the build filename must match the one the library will be
loaded with at runtime.
plugins/gnu/mingwdlltool.cpp
source/lib/sharedlibrary.cpp