Add build.seq for building with DICE C under AmigaDOS 1.3.
Chris Pressey
6 years ago
|
0 |
_UAEFSDB.___
|
0 | 1 |
bin/rube
|
1 | 2 |
*.o
|
0 | 0 |
syntax: glob
|
1 | 1 |
|
|
2 |
_UAEFSDB.___
|
2 | 3 |
bin/rube
|
3 | 4 |
*.o
|
|
0 |
;
|
|
1 |
; To build the RUBE interpreter and debugger 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 |
;
|
|
9 |
dcc src/rube.c -o bin/rube
|