prefix/winnt/profile.bashrc: ensure libNAME.lib, libNAME.a
authorMichael Haubenwallner <haubi@gentoo.org>
Wed, 11 Mar 2020 14:22:47 +0000 (15:22 +0100)
committerMichael Haubenwallner <haubi@gentoo.org>
Wed, 11 Mar 2020 15:47:17 +0000 (16:47 +0100)
commit1eb082db1646e66713be974d53ba71bd7737300d
tree512911fdf745e0576a7c9ce157bea66de0fca085
parent029b4387d4d6201c1e83ad8a5d6a9c49ede5a389
prefix/winnt/profile.bashrc: ensure libNAME.lib, libNAME.a

Libtool for winnt does create libNAME.lib as the static library, but
some build tools may expect libNAME.a.
Non-libtool build tools may also create a static library NAME.lib, which
needs to be duplicated to both libNAME.lib and libNAME.a, but not to
libNAME.so just because it does match the shared library naming scheme.
Also, do not provide symlinks but real files only, for some build tools
may source the MSVC environment and use the native toolchain.

Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
profiles/prefix/windows/winnt/profile.bashrc