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

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to