home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / VTREK.ZIP / VTCOMP.SUB < prev    next >
Text File  |  1989-12-26  |  371b  |  13 lines

  1. ;Use this submit file if you don't have MAKE.  Uses the Hi-Tech C compiler
  2. ;to generate a VTREK.COM for CP/M.
  3. c -of -v -c main.c
  4. c -of -c -v hiscore.c
  5. c -of -c -v plot.c
  6. c -of -v -c sub1.c
  7. c -of -v -c sub2.c
  8. c -of -v -c termio.c
  9. c -v -c vtglob.c
  10. c main.obj sub1.obj sub2.obj termio.obj hiscore.obj plot.obj vtglob.obj -lf
  11. era vtrek.com
  12. ren vtrek.com=main.com
  13.