home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 4
/
AACD04.ISO
/
AACD
/
Programming
/
Python
/
Source
/
Amiga_Misc
/
mkproto
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AmigaDOS Script File
|
1998-01-12
|
264 b
|
12 lines
.key file/a
.bra {
.ket }
set STEM `stempart {file}`
echo "/** prototypes for {file} **/" >protos/$STEM_protos.h
echo "/** DO NOT EDIT -- autogenerated **/*N" >>protos/$STEM_protos.h
hd2:progtools/mkproto {file} nohead static >>protos/$STEM_protos.h
unset STEM