libtool: use -Fe with MSVC to specify filename
commit81e8abf3ddb341e1e86d57fd4d7f318c264276f1
authorOlly Betts <olly@survex.com>
Wed, 24 Jan 2018 01:09:23 +0000 (24 14:09 +1300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 16 Jan 2024 18:43:00 +0000 (16 20:43 +0200)
tree262278ae0dfb6040e950f1cdf6ba457df11bbd90
parent4da5b57531bc2db0131bb26ad017792688674890
libtool: use -Fe with MSVC to specify filename

This avoids a deprecation warning with current versions of MSVC, by
replacing the -o flag with -Fe. -Fe is documented as supported at
least as far back as Visual C 6.0 which was released in 1998.

* m4/libtool.m4: Use -Fe instead of -o to specify DLL output filename
for MSVC.

Signed-off-by: Olly Betts <olly@survex.com>
m4/libtool.m4