home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / spread / viscalc / vc.lnk < prev    next >
Text File  |  1985-11-17  |  873b  |  45 lines

  1. *
  2. * Standard control file for linking Lattice C modules.
  3. *
  4. * Step 1 - initialisation
  5. * =======================
  6. *
  7. * C initialisation must be included first.
  8. *
  9. INPUT   d:\lib\startup.bin
  10. *
  11. * Step 2 - user modules
  12. * =====================
  13. *
  14. * Now include a single user module
  15. * (from the command line).
  16. *
  17. INPUT CMDS.BIN
  18. INPUT CURSES.BIN
  19. INPUT GRAM.BIN
  20. INPUT INTERP.BIN
  21. INPUT LEX.BIN
  22. INPUT SC.BIN
  23. *
  24. * For each extra module you want to include in the
  25. * link include a line of the form:
  26. *
  27. * INPUT <file name>
  28. *
  29. * Step 3 - C library
  30. * ==================
  31. *
  32. * C library - must always be included.
  33. *
  34. LIBRARY d:\lib\clib.bin
  35. *
  36. * Step 4 - GEM graphics library
  37. * =============================
  38. *
  39. * GEM graphics library - only include if your program
  40. * is trying to access graphics routines
  41. * (by uncommenting the line).
  42. *
  43. *LIBRARY gemlib.bin
  44. *
  45.