source: buchla-68k/orig/BELFRY/CR.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: 279 bytes
Line 
1rm f:\tmp\*
2rm f:\tmp\*.*
3f:\cp68 -I c:\lib\include\ %1.c f:\tmp\cc.i
4f:\c068 f:\tmp\cc.i f:\tmp\cc.1 f:\tmp\cc.2 f:\tmp\cc.3 -e
5rm f:\tmp\cc.i
6f:\c168 f:\tmp\cc.1 f:\tmp\cc.2 %1.s -l
7rm f:\tmp\cc.1
8rm f:\tmp\cc.2
9f:\as68 -f f:\tmp\ -l -u -s c:\bin\ %1.s
10rm %1.s
11beep
Note: See TracBrowser for help on using the repository browser.