summaryrefslogtreecommitdiffstats
path: root/crypto/threads
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-02-26 11:17:33 +0000
committerRichard Levitte <levitte@openssl.org>2000-02-26 11:17:33 +0000
commit6ee6fdf5555877d05a7188ed8902c52fea1f42c2 (patch)
tree88599f9dacc0c2c1717f99bba3e46cd35f3b98c5 /crypto/threads
parentc131593d48bd10571071b1dbeb3d5c5e88becba8 (diff)
A small script to compile mttest.c on VMS as well.
Diffstat (limited to 'crypto/threads')
-rw-r--r--crypto/threads/pthreads-vms.com9
1 files changed, 9 insertions, 0 deletions
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