Description
By default MinGW does not produce a lib (library export) file for a shared library, but if we need to use this shared library later with MSVC, we have to provide a corresponding lib file. It is possible to generate it with MinGW tools (http://www.mingw.org/wiki/CreateImportLibraries).