Better documentation on building with DICE C under AmigaDOS 1.3.
Chris Pressey
6 years ago
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 | ; | |
0 | 9 | dcc src/maentw.c -o bin/maentw |
1 | 10 | 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. | |
3 | 12 | dcc src/rdp.c -o bin/rdp |