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 | |
---|
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\cc.2 f:\tmp\cc.3 -e
|
---|
5 | rm f:\tmp\cc.i
|
---|
6 | f:\c168 f:\tmp\cc.1 f:\tmp\cc.2 %1.s -l
|
---|
7 | rm f:\tmp\cc.1
|
---|
8 | rm f:\tmp\cc.2
|
---|
9 | f:\as68 -f f:\tmp\ -l -u -s c:\bin\ %1.s
|
---|
10 | rm %1.s
|
---|
11 | beep
|
---|
Note:
See
TracBrowser
for help on using the repository browser.