source:
buchla-68k/hatari/c/bin/cc.sh@
6ab7550
| Last change on this file since 6ab7550 was 109c83b, checked in by , 8 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.
![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)