source:
buchla-68k/orig/BELFRY/C.BAT@
0170798
Last change on this file since 0170798 was 3ae31e9, checked in by , 7 years ago | |
---|---|
|
|
File size: 218 bytes |
Rev | Line | |
---|---|---|
[3ae31e9] | 1 | cp68 -I c:\lib\include\ %1.c e:\tmp\cc.i |
2 | c068 e:\tmp\cc.i d:\tmp\cc.1 %1.2 e:\tmp\cc.3 -e | |
3 | rm e:\tmp\cc.i | |
4 | c168 d:\tmp\cc.1 %1.2 %1.s -l | |
5 | rm d:\tmp\cc.1 | |
6 | rm %1.2 | |
7 | as68 -f e:\tmp\ -l -u -s c:\bin\ %1.s | |
8 | rm %1.s | |
9 | beep |
Note:
See TracBrowser
for help on using the repository browser.