]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtoolize.in: Create symlinks with mklink for MSVC
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 11 Dec 2024 16:43:47 +0000 (18:43 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 7 Aug 2025 17:20:02 +0000 (20:20 +0300)
commit5d79c9525daf9c54d8ee2b4e1266abe8812e1fff
tree807859053d42bf8aafd7be99616ac11a4cf7cd59
parent4a5acaa7a4bb101cd2861fe297a3762686c7e06a
libtoolize.in: Create symlinks with mklink for MSVC

Symlink files are not generated properly with 'ln -s' for MSVC to
process, so mklink is used, which swaps the argument order of target
and link_name. This also requires absolute paths, generated with the
use of cygpath.

* libtoolize.in: Check if linking with mklink and update processing.
libtoolize.in