home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fonts 1 / freshfonts1.bin / bbs / programs / amiga / makeindex.lha / makeindex-2.12 / src / make-pcc.mic < prev    next >
Text File  |  1989-12-12  |  524b  |  14 lines

  1. ! Command file to build MakeIndex on TOPS-20 with PCC
  2. ! [12-Dec-89]
  3.  
  4. cc -DOS_TOPS20 -DPCC_20 -DSHORTNAMES -c genind.c
  5. cc -DOS_TOPS20 -DPCC_20 -DSHORTNAMES -c mkind.c
  6. cc -DOS_TOPS20 -DPCC_20 -DSHORTNAMES -c qsort.c
  7. cc -DOS_TOPS20 -DPCC_20 -DSHORTNAMES -c scanid.c
  8. cc -DOS_TOPS20 -DPCC_20 -DSHORTNAMES -c scanst.c
  9. cc -DOS_TOPS20 -DPCC_20 -DSHORTNAMES -c sortid.c
  10. cc -DOS_TOPS20 -DPCC_20 -DSHORTNAMES genind.rel mkind.rel qsort.rel -
  11.         scanid.rel scanst.rel sortid.rel -o makidx.exe
  12. reset
  13. rename makidx.exe makeindex.exe
  14.