home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / LATTIC_3.ZIP / LIB / HC.LNK < prev   
Text File  |  1990-07-09  |  497b  |  15 lines

  1. ;
  2. ; hc.lnk - an example 'WITH' file for linking HiSoft C programs
  3. ;
  4. from c.o    ; fetch main startup code - assumes default options
  5. ; from mine1.o    ; your object files - remove the leading ';' to enable lines
  6. ; from mine2.o
  7. ; from mine3.o
  8. ; from mine4.o
  9. lib hc.lib    ; link with HiSoft C GEM toolbox
  10. lib lcg.lib    ; and normal GEM library
  11. lib lc.lib    ; with standard C library
  12. verbose        ; noisy link flag
  13. xaddsym        ; HiSoft extended symbols in the executable
  14. to .prg        ; force a GEM output type
  15.