~andersk/ubuntu/oneiric/openssl/spurious-reboot

« back to all changes in this revision

Viewing changes to crypto/threads/pthreads-vms.com

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Martin
  • Date: 2004-05-24 17:02:29 UTC
  • Revision ID: james.westby@ubuntu.com-20040524170229-ixlo08bbbly0xied
Tags: upstream-0.9.7d
ImportĀ upstreamĀ versionĀ 0.9.7d

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$! To compile mttest on VMS.
 
2
$!
 
3
$! WARNING: only tested with DEC C so far.
 
4
$
 
5
$ arch := vax
 
6
$ if f$getsyi("CPU") .ge. 128 then arch := axp
 
7
$ define/user openssl [--.include.openssl]
 
8
$ cc/def=PTHREADS mttest.c
 
9
$ link mttest,[--.'arch'.exe.ssl]libssl/lib,[--.'arch'.exe.crypto]libcrypto/lib