Commit 6ee6fdf5 authored by Richard Levitte's avatar Richard Levitte
Browse files

A small script to compile mttest.c on VMS as well.

parent c131593d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
$! To compile mttest on VMS.
$!
$! WARNING: only tested with DEC C so far.
$
$ arch := vax
$ if f$getsyi("CPU") .ge. 128 then arch := axp
$ define/user openssl [--.include.openssl]
$ cc/def=PTHREADS mttest.c
$ link mttest,[--.'arch'.exe.ssl]libssl/lib,[--.'arch'.exe.crypto]libcrypto/lib