projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
874efa9
)
VMS static libraries have the extension .OLB, not .LIB
author
Richard Levitte
<levitte@openssl.org>
Fri, 19 Feb 2016 22:49:05 +0000
(23:49 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 20 Feb 2016 08:27:21 +0000
(09:27 +0100)
Object LiBrary
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/descrip.mms.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/descrip.mms.tmpl
b/Configurations/descrip.mms.tmpl
index f277bcec630cc9b436325a0de4bc8cef65b42b47..1d72589eb2a0e3c59834c0c7a3b89e7f8d05eb96 100644
(file)
--- a/
Configurations/descrip.mms.tmpl
+++ b/
Configurations/descrip.mms.tmpl
@@
-489,7
+489,7
@@
EOF
my $write_opt =
join("\n\t", map { my $x = $_ =~ /\[/ ? $_ : "[]".$_;
$x =~ s|(\.EXE)|$1/SHARE|;
- $x =~ s|(\.
LI
B)|$1/LIB|;
+ $x =~ s|(\.
OL
B)|$1/LIB|;
"WRITE OPT_FILE \"$x\"" } @deps)
|| "\@ !";
return <<"EOF";
@@
-537,7
+537,7
@@
EOF
"\"\n\t".
join("\n\t", map { my $x = $_ =~ /\[/ ? $_ : "[]".$_;
$x =~ s|(\.EXE)|$1/SHARE|;
- $x =~ s|(\.
LI
B)|$1/LIB|;
+ $x =~ s|(\.
OL
B)|$1/LIB|;
"WRITE OPT_FILE \"$x\"" } @deps)
|| "\@ !";
return <<"EOF";