summaryrefslogtreecommitdiffstats
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-10-23 15:00:36 +0200
committerRichard Levitte <levitte@openssl.org>2019-01-21 19:31:32 +0100
commitc162a8c344f12b2e0e788920358f51181ddf168f (patch)
treeee221812ca4b291d598d3bedccf64cdde03dea92 /Configurations/00-base-templates.conf
parent957689611b355f3514bd9051829f3a9a0d9d4517 (diff)
Rework building: VMS changes to handle extensions and product names
Add platform::VMS, which is a generic VMS module. Additional modules to support specific building aspects (such as specific compilers) may be added later, but since we currently work on file names and those are generic enough, this is also enough. This reworks Configurations/descrip.mms.tmpl to work out product names in platform::VMS terms. Something to be noted is that the new functionality ignores the *_extension config attributes, as they were never used. VMS is very consistent in its use of extensions, so there is no reason to believe much will change in this respect. 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 3d1967ac4b..05672208ab 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -164,10 +164,10 @@ my %targets=(
return [ @incs ];
}),
- shared_extension => ".exe",
-
build_file => "descrip.mms",
build_scheme => [ "unified", "VMS" ],
+
+ perl_platform => 'VMS',
},
uplink_common => {