A small script to compile mttest.c on VMS as well.
authorRichard Levitte <levitte@openssl.org>
Sat, 26 Feb 2000 11:17:33 +0000 (11:17 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 26 Feb 2000 11:17:33 +0000 (11:17 +0000)
crypto/threads/pthreads-vms.com [new file with mode: 0644]

diff --git a/crypto/threads/pthreads-vms.com b/crypto/threads/pthreads-vms.com
new file mode 100644 (file)
index 0000000..63f5b8c
--- /dev/null
@@ -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