On Wed, Jul 3, 2019 at 6:52 PM Bruno Haible wrote:
> Hi,
>
> When building GNU gettext HEAD (0.20.1+) with MSVC 14, the creation of
> libtextstyle.la fails, because it can't extract the members of several
> sub-libraries (*.lib files). The reason is that the
> lib -NOLOGO -LIST some.lib
> lists
Hi,
When building GNU gettext HEAD (0.20.1+) with MSVC 14, the creation of
libtextstyle.la fails, because it can't extract the members of several
sub-libraries (*.lib files). The reason is that the
lib -NOLOGO -LIST some.lib
lists the members, one per line, with a CR/LF as line terminator.
The f