I (successfully) create a static library from the command line slink -archive:mylib.lib -addobj:@liblist with liblist containing the name of one .obj file per line.
Question 1: Is there a command to REMOVE an .obj file from an existing archive?
Question 2: Is there a command producing a LISTING of the contents of an existing archive?
Thanks. Paul