bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug #45515] [PATCH] Check ERRORLEVEL in subproc.bat and ignore Wind


From: Gisle Vanem
Subject: Re: [bug #45515] [PATCH] Check ERRORLEVEL in subproc.bat and ignore Windows build artifacts.
Date: Fri, 10 Jul 2015 11:30:24 +0200
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1

Eli Zaretskii wrote:

Out of curiosity, which parts of the Make build process produce *.lib and
*.sbr files?  (I don't use MSVC.)

'cl -FR' creates .sbr files (Source Browser File). Which IMHO is completely
useless when using .bat-files to build gnumake.

'link' creates a 'gnumake.lib' because of the 'gmk_*' exports in the
resulting gnumake.exe. Which it should in order for the new "load file.dll"
feature to work.

--
--gv



reply via email to

[Prev in Thread] Current Thread [Next in Thread]