As far as I know, you cannot. Usually they use a different internal binary format that the linker cannot understand. Similarly, MinGW will not be able to use Visual Studio library files (unless you use an additional tool to convert them).
You will have to recompile the library from the source or obtain library files compatible with Visual Studio.
Mario source share