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 / exLat020 < prev    next >
Text File  |  1989-11-06  |  808b  |  20 lines

  1. ; It is not enough to have a good mind, the main thing is to use it well.
  2. ;                                                            Rene Descartes
  3. ;           Jerry J. Trantow
  4. ;           1560 A East Irving Place
  5. ;           Milwaukee, Wi 53202-1460
  6. ;  
  7. ;  This file will compile the 68020 verison of the program.
  8. ;
  9. ;  Start this file with "EXECUTE Execute_Lattice020 to compile the program
  10. ;  assign PROP:       to the directory the files are in
  11. ;  assign CPROGS:     where you want the executable file to go
  12. ;  
  13.  
  14. lc -adb -dmachine=MC68020 -b1 -cf -ci -ct -w -m2 -w PROP:ex.c
  15. asm -m2 -dLATTICE PROP:div020.asm
  16. asm -m2 -dLATTICE PROP:mult020.asm
  17. asm -m2 -dLATTICE PROP:add.asm
  18.  
  19. blink lib:c.o PROP:ex.o PROP:div020.o PROP:mult020.o PROP:add.o to CPROGS:PropGadget_L020 lib lib:lcs.lib, lib:amiga.lib CHIP
  20.