Rework building: Windows changes to handle extensions and product names
authorRichard Levitte <levitte@openssl.org>
Tue, 23 Oct 2018 12:36:23 +0000 (14:36 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 21 Jan 2019 18:31:32 +0000 (19:31 +0100)
commit957689611b355f3514bd9051829f3a9a0d9d4517
treed06ccfcc19187f292a11c7e1a3fa58363f1e5365
parentd7e4932eaf53a82a2606a73282d9c8a242c1a39d
Rework building: Windows changes to handle extensions and product names

Add platform::Windows, which is a generic Windows module, and
platform::Windows::MSVC, which is a module specifically for MS Visual
C.

This reworks Configurations/windows-makeffile.tmpl to work out product
names in platform::Windows.  Something to be noted is that the new
functionality ignores the *_extension config attributes, as they were
never used.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7473)
Configurations/00-base-templates.conf
Configurations/10-main.conf
Configurations/platform/Windows.pm [new file with mode: 0644]
Configurations/platform/Windows/MSVC.pm [new file with mode: 0644]
Configurations/windows-makefile.tmpl
Configure