home *** CD-ROM | disk | FTP | other *** search
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- IncludeGuide
- .type
- Developer Utility
- .short
- Guide with links to all asm includes
- .description
- An AmigaGuide file that contains links to asm includes
-
- INCLUDE: has to be assigned to the main include directory, containing
- all include files (the directory containing the "exec", "dos" and all
- the other drawers).
- .version
- 1.0
- .author
- Per-Olof Yliniemi
- .address
- Muoniovaara
- S-980 64 Muodoslompolo
- SWEDEN
- .docs
- IncludeGuide.readme
- Includes.Guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool IncludeGuide.readme TEXT
- else
- if $choice EQ "2"
- MetaTool Includes.Guide GUIDE
- endif
- endif
- skip Start BACK
- endif
- .aminet-dir
- dev/asm
-