home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1120.lha / Programs / StructureGuide / Product-Info next >
Encoding:
Text File  |  1995-08-25  |  1.1 KB  |  50 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. StructureGuide
  6. .type
  7. Developer Utility
  8. .short
  9. Guide with links to all structs + info
  10. .description
  11. An AmigaGuide file that contains links to OS structures, showing 
  12. members, sizes, and offsets.
  13.  
  14. INCLUDE: has to be assigned to the main include directory, containing
  15. all include files (the directory containing the "exec", "dos" and all
  16. the other drawers) for proper operation.
  17.  
  18. This guide also contains offsets for all symbols for those who don't
  19. have the include files.
  20. .version
  21. 1.0
  22. .author
  23. Per-Olof Yliniemi
  24. .address
  25. Muoniovaara
  26. S-980 64 Muodoslompolo
  27. SWEDEN
  28. .docs
  29. StructureGuide.readme
  30. Structure.Guide
  31. .described-by
  32. Dan Fish (daf@starfish.amigalib.com)
  33. .submittal
  34. Downloaded via ftp from wuarchive.wustl.edu.
  35. .execute
  36. LAB Start
  37. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
  38. if $choice GT "0"
  39.   if $choice EQ "1"
  40.     MetaTool StructureGuide.readme  TEXT
  41.   else
  42.     if $choice EQ "2"
  43.       MetaTool Structure.Guide GUIDE
  44.     endif
  45.   endif
  46.   skip Start BACK
  47. endif
  48. .aminet-dir
  49. dev/asm
  50.