提交 ef3c88cf 编写于 作者: R Richard Levitte

VMS static libraries have the extension .OLB, not .LIB

Object LiBrary
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 874efa9f
......@@ -489,7 +489,7 @@ EOF
my $write_opt =
join("\n\t", map { my $x = $_ =~ /\[/ ? $_ : "[]".$_;
$x =~ s|(\.EXE)|$1/SHARE|;
$x =~ s|(\.LIB)|$1/LIB|;
$x =~ s|(\.OLB)|$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|(\.LIB)|$1/LIB|;
$x =~ s|(\.OLB)|$1/LIB|;
"WRITE OPT_FILE \"$x\"" } @deps)
|| "\@ !";
return <<"EOF";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册