; It is not enough to have a good mind, the main thing is to use it well.
;                                                            Rene Descartes
;           Jerry J. Trantow
;           1560 A East Irving Place
;           Milwaukee, Wi 53202-1460
;  
;  This file will compile the 68020 verison of the program.
;
;  Start this file with "EXECUTE Execute_Lattice020 to compile the program
;  assign PROP:       to the directory the files are in
;  assign CPROGS:     where you want the executable file to go
;  
 
lc -adb -dmachine=MC68020 -b1 -cf -ci -ct -w -m2 -w PROP:ex.c
asm -m2 -dLATTICE PROP:div020.asm
asm -m2 -dLATTICE PROP:mult020.asm
asm -m2 -dLATTICE PROP:add.asm

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
