git @ Cat's Eye Technologies Maentwrog / be67f42
Better documentation on building with DICE C under AmigaDOS 1.3. Chris Pressey 6 years ago
1 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ;
1 ; To build the Maentwrog and related executables using DICE C
2 ; under AmigaDOS 1.3, you can either run
3 ;
4 ; protect build.seq srwd
5 ; build.seq
6 ;
7 ; or you can simply type the following commands into the shell:
8 ;
09 dcc src/maentw.c -o bin/maentw
110 dcc src/caparse.c -o bin/caparse
2 ;dcc -ffp src/rpn.c -o bin/rpn
11 ;dcc -ffp src/rpn.c -o bin/rpn ; DICE C can't handle this one.
312 dcc src/rdp.c -o bin/rdp