home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
asm
/
includeguide
/
product-info
< prev
Wrap
Text File
|
1995-10-02
|
940b
|
46 lines
# 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
set choice `RequestChoice "IncludeGuide" "Please select an option" "View Doc" "View Guide" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool IncludeGuide.readme TEXT
endif
if $choice EQ "2"
MetaTool Includes.Guide GUIDE
endif
.aminet-dir
dev/asm