If you mean at runtime, there will be no such thing.

Lib will be statically linked to your .exe file

What you should deal with is more when linking DLL (with LoadLibrary() for example)