home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d982 / bin2hunk.lha.pi < prev    next >
Text File  |  1994-04-04  |  1KB  |  44 lines

  1. .name
  2. Bin2Hunk
  3. .version
  4. 2.2
  5. .date
  6. 1994.02.15
  7. .requirements
  8. AmigaOS 2.0 or above
  9. .type
  10. Programming Utility
  11. .short
  12. Create a linkable hunk from any file
  13. .author
  14. Brian Koetting
  15. .address
  16. 671 East 420 North
  17. Provo, Utah 84606
  18. .email
  19. koettingb@yvax.byu.edu
  20. bsk@bix.com
  21. .description
  22. Convert any binary file to an AmigaDOS hunk (or object file) that can be
  23. linked with your linker into your program.  This is most useful when you
  24. wish some form of data to be a part of your executable.  This data can be
  25. sound samples, images, text, or whatever.  Sports a ReadArgs() CLI
  26. interface, as well as a GadTools Intuition interface.  Memory type options
  27. include ANY, CHIP, and FAST.  Allows naming of your hunks.  An optional data
  28. item containing the size of your data can also be specified.
  29. .distribution
  30. Freeware
  31. .submittal
  32. Directly from the author to Fred Fish via FTP
  33. .contents
  34. Bin2Hunk    Convert any binary file to an AmigaDOS hunk (or object file)
  35.         that can be linked with your linker into your program.  This
  36.         is most useful when you wish some form of data to be a part
  37.         of your executable.  This data can be sound samples, images,
  38.         text, or whatever.  Sports a ReadArgs() CLI interface, as
  39.         well as a GadTools Intuition interface.  Memory type options
  40.         include ANY, CHIP, and FAST.  Allows naming of your hunks.
  41.         An optional data item containing the size of your data can
  42.         also be specified.  Version 2.2, binary only.
  43.         Author:  Brian Koetting
  44.