Script for building this with DICE C under AmigaDOS 1.3.
Chris Pressey
4 years ago
|
0 |
;
|
|
1 |
; To build the 'stringie' executable 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 |
makedir bin
|
|
10 |
dcc src/stringie.c -o bin/stringie
|