aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-10-23 14:36:23 +0200
committerRichard Levitte <levitte@openssl.org>2019-01-21 19:31:32 +0100
commit957689611b355f3514bd9051829f3a9a0d9d4517 (patch)
treed06ccfcc19187f292a11c7e1a3fa58363f1e5365 /Configurations/00-base-templates.conf
parentd7e4932eaf53a82a2606a73282d9c8a242c1a39d (diff)
downloadopenssl-957689611b355f3514bd9051829f3a9a0d9d4517.tar.gz
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)
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 8555ba158b..3d1967ac4b 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -144,10 +144,10 @@ my %targets=(
mtinflag => "-manifest ",
mtoutflag => "-outputresource:",
- shared_extension => ".dll",
-
build_file => "makefile",
build_scheme => [ "unified", "windows" ],
+
+ perl_platform => 'Windows',
},
BASE_VMS => {