Sweden-Number/tools/winegcc
Kevin Puetz 9faa5eeddd winegcc: Implement -Wl,--out-implib.
This allows a CMake toolchain (or other caller) to treat winegcc like MinGW,
specifying that it produce a separate file for imports, e.g.

set(CMAKE_IMPORT_LIBRARY_PREFIX lib)
set(CMAKE_IMPORT_LIBRARY_SUFFIX .a)
string(APPEND CMAKE_C_CREATE_SHARED_LIBRARY " -Wl,--out-implib,<TARGET_IMPLIB>")

Signed-off-by: Kevin Puetz <PuetzKevinA@JohnDeere.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-26 23:25:38 +01:00
..
Makefile.in makefiles: Expand makedep path at compile time. 2020-09-09 20:30:31 +02:00
utils.c winegcc: Make mingw a separated platform from msvc. 2020-05-04 17:33:28 +02:00
utils.h winegcc: Make mingw a separated platform from msvc. 2020-05-04 17:33:28 +02:00
winegcc.c winegcc: Implement -Wl,--out-implib. 2020-11-26 23:25:38 +01:00
winegcc.man.in winegcc: Implement -Wl,--out-implib. 2020-11-26 23:25:38 +01:00