home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff269.lzh / PropGadget / exLat < prev    next >
Text File  |  1989-11-06  |  657b  |  19 lines

  1. ; There are only three things worthwhile in this world:
  2. ; Justice, beauty, and truth. -- Plato
  3. ;
  4. ;           Jerry J. Trantow
  5. ;           1560 A East Irving Place
  6. ;           Milwaukee, Wi 53202-1460
  7. ;  
  8. ;  Start this file with "EXECUTE Execute_Lattice to compile the program
  9. ;  assign PROP:       to the directory the files are in
  10. ;  assign CPROGS:     where you want the executable file to go
  11. ;  
  12.  
  13. lc -adb -b1 -cf -ci -ct -w -m0 -w PROP:ex.c
  14. asm -m0 -dLATTICE PROP:div.asm
  15. asm -m0 -dLATTICE PROP:mult.asm
  16. asm -m0 -dLATTICE PROP:add.asm
  17.  
  18. blink lib:c.o PROP:ex.o PROP:div.o PROP:mult.o PROP:add.o to CPROGS:PropGadget_L lib lib:lcs.lib, lib:amiga.lib CHIP
  19.