source: buchla-68k/orig/BELFRY/CS.BAT

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

Imported original source code.

  • Property mode set to 100755
File size: 167 bytes
Line 
1cp68 -I c:\lib\include\ %1.c e:\tmp\cc.i
2c068 e:\tmp\cc.i d:\tmp\cc.1 %1.2 e:\tmp\cc.3 -f
3rm e:\tmp\cc.i
4c168 d:\tmp\cc.1 %1.2 %1.s -ld
5rm d:\tmp\cc.1
6rm %1.2
7
Note: See TracBrowser for help on using the repository browser.