From 6ee6fdf5555877d05a7188ed8902c52fea1f42c2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 26 Feb 2000 11:17:33 +0000 Subject: A small script to compile mttest.c on VMS as well. --- crypto/threads/pthreads-vms.com | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crypto/threads/pthreads-vms.com (limited to 'crypto/threads') diff --git a/crypto/threads/pthreads-vms.com b/crypto/threads/pthreads-vms.com new file mode 100644 index 0000000000..63f5b8cc2e --- /dev/null +++ b/crypto/threads/pthreads-vms.com @@ -0,0 +1,9 @@ +$! 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 -- cgit v1.2.3