]> git.ipfire.org Git - thirdparty/libtool.git/commit
Adjust naming of MSVC import libraries.
authorPeter Rosin <peda@lysator.liu.se>
Tue, 7 Sep 2010 16:31:18 +0000 (18:31 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Tue, 7 Sep 2010 16:31:18 +0000 (18:31 +0200)
commit89819ce23bf888fa51903f552d2105d6035ec90b
tree29558eb05050715a8c1155f60dbe96a6ff9db002
parent4faba0449e5abe8d136bbcd30544888b4b9dcdd3
Adjust naming of MSVC import libraries.

* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [mingw, cygwin]
[pw32, cegcc] <cl*, library_names_spec>: Adjust naming of the
import library from foo-<major-version>.lib to foo.dll.lib, to
avoid clashes with the static library for unversioned libraries.
(_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) [mingw, cygwin, pw32]
[cegcc] <cl*, archive_expsym_cmds>: Explicitely name the import
library to match the above.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
libltdl/m4/libtool.m4