source: buchla-68k/orig/BELFRY/C.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: 218 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 -e
3rm e:\tmp\cc.i
4c168 d:\tmp\cc.1 %1.2 %1.s -l
5rm d:\tmp\cc.1
6rm %1.2
7as68 -f e:\tmp\ -l -u -s c:\bin\ %1.s
8rm %1.s
9beep
Note: See TracBrowser for help on using the repository browser.