;
; To build the Maentwrog and related executables using DICE C
; under AmigaDOS 1.3, you can either run
;
; protect build.seq srwd
; build.seq
;
; or you can simply type the following commands into the shell:
;
dcc src/maentw.c -o bin/maentw
dcc src/caparse.c -o bin/caparse
;dcc -ffp src/rpn.c -o bin/rpn ; DICE C can't handle this one.
dcc src/rdp.c -o bin/rdp