source:
buchla-68k/orig/BELFRY/CRS.BAT@
0170798
Last change on this file since 0170798 was 3ae31e9, checked in by , 7 years ago | |
---|---|
|
|
File size: 226 bytes |
Line | |
---|---|
1 | rm f:\tmp\* |
2 | rm f:\tmp\*.* |
3 | f:\cp68 -I c:\lib\include\ %1.c f:\tmp\cc.i |
4 | f:\c068 f:\tmp\cc.i f:\tmp\cc.1 f:\tmp\%1.2 f:\tmp\cc.3 -e -T |
5 | rm f:\tmp\cc.i |
6 | f:\c168 f:\tmp\cc.1 f:\tmp\%1.2 %1.s -Ta |
7 | rm f:\tmp\cc.1 |
8 | rm f:\tmp\%1.2 |
Note:
See TracBrowser
for help on using the repository browser.