[bug #45515] [PATCH] Check ERRORLEVEL in subproc.bat and ignore Windows build artifacts.

2015-07-10 Thread James Johnston
Follow-up Comment #2, bug #45515 (project make): w32/subproc outputs a "subproc.lib" library file which is then linked into make itself. A .sbr file is outputted for every object file due to the use of the /FR switch: https://msdn.microsoft.com/en-us/library/d5a52hhk.aspx More on browse informa

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

2015-07-10 Thread Gisle Vanem
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 o

[bug #45515] [PATCH] Check ERRORLEVEL in subproc.bat and ignore Windows build artifacts.

2015-07-10 Thread Eli Zaretskii
Update of bug #45515 (project make): Severity: 3 - Normal => 2 - Minor Status:None => Fixed Open/Closed:Open => Closed Fixed Release: