source:
buchla-68k/hatari/c/bin/cc.sh
Last change on this file was 109c83b, checked in by , 7 years ago | |
---|---|
|
|
File size: 178 bytes |
Rev | Line | |
---|---|---|
[109c83b] | 1 | BASE=$1 |
2 | cp68 -I d:\inc\ $BASE.c \tmp\cc.i | |
3 | c068 \tmp\cc.i \tmp\cc.1 \tmp\cc.2 \tmp\cc.3 -e | |
4 | rm \tmp\cc.i | |
5 | rm \tmp\cc.3 | |
6 | c168 \tmp\cc.1 \tmp\cc.2 $BASE.s -l | |
7 | rm \tmp\cc.1 | |
8 | rm \tmp\cc.2 |
Note:
See TracBrowser
for help on using the repository browser.