Static libraries do not have such dependencies. When a library is built, it has nothing to do with runtime, all it knows is function declarations in the implementation header files that do not provide any version information.
, , MS, , , ( , ). :
cl.exe cmd -nologo -MTd -W3 -Gm -GX -ZI -DWIN32 -D_DEBUG (more stuff)
-MTd , Multi-Threaded Debug..
anon