summaryrefslogtreecommitdiff
path: root/indexing/makeindex/src/make-vms.com
blob: 91abdde610947fd291d9cff5d6962ee48bfd3139 (plain)
1
2
3
4
5
6
7
8
9
10
$! Compile and link MakeIndex under VAX/VMS for people who don't have make.
$ cc = "CC/NOLIST/DEFINE=(""OS_VAXVMS=1"")"
$ cc genind
$ cc mkind
$ cc qsort
$ cc scanid
$ cc scanst
$ cc sortid
$ link genind,mkind,qsort,scanid,scanst,sortid,-
    sys$library:vaxcrtl/lib /exe=makeindex