source: buchla-68k/hatari/c/bin/cc.sh@ 109c83b

Last change on this file since 109c83b was 109c83b, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Compiled full ROM in Hatari.

  • Property mode set to 100755
File size: 178 bytes
Line 
1BASE=$1
2cp68 -I d:\inc\ $BASE.c \tmp\cc.i
3c068 \tmp\cc.i \tmp\cc.1 \tmp\cc.2 \tmp\cc.3 -e
4rm \tmp\cc.i
5rm \tmp\cc.3
6c168 \tmp\cc.1 \tmp\cc.2 $BASE.s -l
7rm \tmp\cc.1
8rm \tmp\cc.2
Note: See TracBrowser for help on using the repository browser.