home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fonts 1 / freshfonts1.bin / bbs / programs / amiga / makeindex.lha / makeindex-2.12 / src / make-vms.com < prev    next >
Text File  |  1989-08-31  |  282b  |  11 lines

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