A basic question I have during my other question is this: Without first extracting the .lib files using the LIB.EXE
command, how to I combine all .obj archive members together to form one larger monolithic .lib file? If I use the LIB.EXE
or LINK.EXE
utilities, some .obj files are omitted, presumably because there are no symbols defined in the omitted .obj files that are required by any other .obj file.
Without downloading and installing additional non-Microsoft software, and without first extracting all .obj files first, how do I combine them together?