Re: [PATCH] ar-lib: Fix for MSVC 14.

2019-07-03 Thread Jim Meyering
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

[PATCH] ar-lib: Fix for MSVC 14.

2019-07-03 Thread Bruno Haible
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