home *** CD-ROM | disk | FTP | other *** search
/ Falcon 030 Power 2 / F030_POWER2.iso / ST_STE / MAGS / ICTARI05.ARJ / ictari.05 / C / CLINK_MC / C_CALLS.MC / CCALLMC.LNK < prev    next >
Text File  |  1997-09-18  |  354b  |  13 lines

  1. from c.o        ; from something to do with lattice - you need it anyway
  2.  
  3. from CCALLMC.o    ; from the C code
  4. from CCALLMC1.o; from the assembled machine code
  5.  
  6. lib lcg.lib    ; and normal GEM library
  7. lib lc.lib    ; with standard C library
  8.  
  9. verbose        ; noisy link flag
  10. xaddsym        ; HiSoft extended symbols in the executable
  11.  
  12. to .prg        ; force a GEM output type
  13.