]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: feed .def files verbatim to the MSVC linker
authorPeter Rosin <peda@lysator.liu.se>
Wed, 16 Jan 2013 12:39:52 +0000 (13:39 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Wed, 16 Jan 2013 12:39:52 +0000 (13:39 +0100)
commitae4c1d3593b004379ba9137a3c2414a9e81c5837
tree16a69f7b5533c1cb2b49cbe2d9825857403f94b5
parent93cba573d25cc1f5dbae07b6828783dbf66130b7
libtool: feed .def files verbatim to the MSVC linker

m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) [MSVC]
<archive_expsym_cmds>: When the symbol list isn't really a symbol list,
but instead a .def file, copy it to a file with .def extension so that
MSVC recognizes it as a module-definition file and feed it verbatim.
NEWS: Update

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