home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / asm / structureguide / product-info next >
Encoding:
Text File  |  1995-10-25  |  1004 b   |  47 lines

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