home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / asm / includeguide / product-info < prev   
Text File  |  1995-10-02  |  940b  |  46 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. IncludeGuide
  6. .type
  7. Developer Utility
  8. .short
  9. Guide with links to all asm includes
  10. .description
  11. An AmigaGuide file that contains links to asm includes
  12.  
  13. INCLUDE: has to be assigned to the main include directory, containing
  14. all include files (the directory containing the "exec", "dos" and all
  15. the other drawers).
  16. .version
  17. 1.0
  18. .author
  19. Per-Olof Yliniemi
  20. .address
  21. Muoniovaara
  22. S-980 64 Muodoslompolo
  23. SWEDEN
  24. .docs
  25. IncludeGuide.readme
  26. Includes.Guide
  27. .described-by
  28. Dan Fish (daf@starfish.amigalib.com)
  29. .submittal
  30. Downloaded via ftp from wuarchive.wustl.edu.
  31. .execute
  32. set choice `RequestChoice "IncludeGuide" "Please select an option" "View Doc" "View Guide" "Cancel"`
  33. if $choice EQ "0"
  34.   quit 5
  35. endif
  36.  
  37. if $choice EQ "1"
  38.   MetaTool IncludeGuide.readme TEXT
  39. endif
  40.  
  41. if $choice EQ "2"
  42.   MetaTool Includes.Guide GUIDE
  43. endif
  44. .aminet-dir
  45. dev/asm
  46.