home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / Python / Source / Amiga_Misc / mkproto < prev    next >
Encoding:
AmigaDOS Script File  |  1998-01-12  |  264 b   |  12 lines

  1. .key file/a
  2. .bra {
  3. .ket }
  4.  
  5. set STEM `stempart {file}`
  6.  
  7. echo "/** prototypes for {file} **/" >protos/$STEM_protos.h
  8. echo "/** DO NOT EDIT -- autogenerated **/*N" >>protos/$STEM_protos.h
  9. hd2:progtools/mkproto {file} nohead static >>protos/$STEM_protos.h
  10.  
  11. unset STEM
  12.