mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
f3ff481f31
This is a program for VMS that corresponds to util/shlib_wrap.sh. Reviewed-by: Rich Salz <rsalz@openssl.org>
9 lines
305 B
Plaintext
9 lines
305 B
Plaintext
IF[{- $target{build_scheme}->[1] eq "VMS" -}]
|
|
PROGRAMS_NO_INST=shlib_wrap
|
|
SOURCE[shlib_wrap]=shareable_image_wrap.c
|
|
GENERATE[shareable_image_wrap.c]=shareable_image_wrap.c.in
|
|
ELSIF[{- $target{build_scheme}->[1] eq "unix" -}]
|
|
SCRIPTS_NO_INST=shlib_wrap.sh
|
|
SOURCE[shlib_wrap.sh]=shlib_wrap.sh.in
|
|
ENDIF
|