Use the lib command. If it’s static, lib will show you a pile of .obj files inside. Not so if it’s an implib.
lib /list foo.lib
will do it.
Also see:
https://learn.microsoft.com/en-us/cpp/build/reference/managing-a-library
Use the lib command. If it’s static, lib will show you a pile of .obj files inside. Not so if it’s an implib.
lib /list foo.lib
will do it.
Also see:
https://learn.microsoft.com/en-us/cpp/build/reference/managing-a-library