home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-10 | 1.1 KB | 54 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- ImageFX_SDK
- .type
- Image Processing
- .short
- ImageFX 2.0 Source Developers Kit
- .description
- This developers kit will allow most Amiga programs to develop modules for
- nearly any part of the ImageFX 2.0 system.
- .version
- 2.0
- .author
- Nova Design, Inc.
- .distribution
- Copyrighted but Freely Redistributable
- .docs
- README
- ASSUMPTIONS
- DISTRIBUTION
- REVISIONS
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- gfx/misc
- .execute
- set choice `RequestChoice "ImageFX_SDK" "Please select an option" "View Readme 1" "View Readme 2" "View AutoDocs" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ifxsdk20.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool README TEXT
- endif
-
- if $choice EQ "3"
- cd Doc
- set filechoice `RequestFile TITLE "Select File" PATTERN "#?.autodoc"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-