openssl/Configurations/platform
Richard Levitte ef161e7b8f Unix Makefile generator: separate "simple" shared libraries from import libraries
For Unix like environments, we may have so called "simple" shared
library names (libfoo.so as opposed to libfoo.so.1.2), or we may have
"import" library names associated with a DLL (libfoo.dll.a for
libfoo.dll on Mingw and derivatives).

So far, "import" library names were treated the same as "simple"
shared library names, as some kind of normalization for the Unix way
of doing things.

We now shift to treat them separately, to make it clearer what is
what.

Fixes #13414, incidently

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13875)
2021-01-21 19:48:33 +01:00
..
Windows Building: Fix the library file names for MSVC builds to include multilib 2020-12-13 00:26:29 +01:00
AIX.pm Configure: AIX needs a specific DSO extension function 2019-06-17 16:07:40 +02:00
BASE.pm Build files: Make it possible to source libraries into other libraries 2019-10-10 14:12:15 +02:00
Cygwin.pm Rework building: Unix changes to handle extensions and product names 2019-01-21 19:31:32 +01:00
mingw.pm Unix Makefile generator: separate "simple" shared libraries from import libraries 2021-01-21 19:48:33 +01:00
Unix.pm Unix Makefile generator: separate "simple" shared libraries from import libraries 2021-01-21 19:48:33 +01:00
VMS.pm Build: change remaining $unified_info{install} checks to use attributes 2019-01-22 16:12:47 +01:00
Windows.pm Build: change remaining $unified_info{install} checks to use attributes 2019-01-22 16:12:47 +01:00