Have mkdef.pl use case sensitive symbols for shareable symbol vector
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
96e25c499b
commit
855eff54ec
@ -1235,6 +1235,7 @@ EOF
|
|||||||
my $libref = $name eq "ssl" ? "LIBCRYPTO.EXE /SHARE" : "";
|
my $libref = $name eq "ssl" ? "LIBCRYPTO.EXE /SHARE" : "";
|
||||||
print OUT <<"EOF";
|
print OUT <<"EOF";
|
||||||
IDENTIFICATION="LIB$libname V$version"
|
IDENTIFICATION="LIB$libname V$version"
|
||||||
|
CASE_SENSITIVE=YES
|
||||||
LIB$libname.OLB /LIBRARY
|
LIB$libname.OLB /LIBRARY
|
||||||
$libref
|
$libref
|
||||||
SYMBOL_VECTOR=(-
|
SYMBOL_VECTOR=(-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user