source: buchla-68k/orig/BELFRY/CRS.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: 226 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\%1.2 f:\tmp\cc.3 -e -T
5rm f:\tmp\cc.i
6f:\c168 f:\tmp\cc.1 f:\tmp\%1.2 %1.s -Ta
7rm f:\tmp\cc.1
8rm f:\tmp\%1.2
Note: See TracBrowser for help on using the repository browser.