source:
buchla-68k/orig/BELFRY/CS.BAT@
0170798
Last change on this file since 0170798 was 3ae31e9, checked in by , 7 years ago | |
---|---|
|
|
File size: 167 bytes |
Line | |
---|---|
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 -f |
3 | rm e:\tmp\cc.i |
4 | c168 d:\tmp\cc.1 %1.2 %1.s -ld |
5 | rm d:\tmp\cc.1 |
6 | rm %1.2 |
7 |
Note:
See TracBrowser
for help on using the repository browser.