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).
Add a rule to produce a lib (library export) file for a shared library built with MinGW toolchain.
-
Joerg Bornemann
-
Alex Skorodumov
- Votes:
-
0 Vote for this issue
- Watchers:
-
2 Start watching this issue
- Created:
- Updated:
- Resolved:
There are no open Gerrit changes