home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-25 | 2.2 KB | 102 lines |
- .name
- PhxLnk
- .type
- Linker
- .aminet-dir
- dev/misc
- .short
- AmigaDOS module linker
- .description
- PhxLnk supports all features of a standard Amiga-DOS linker (like BLink),
- except of overlay hunks and automatic link vectors (ALV).
-
- Implemented functions:
- o Links object files and libraries (SAS/C extended libraries also)
- o Sections may be forced to Chip-memory
- o Small Code, Small Data
- o SAS/C-Blink Small Data compatibility available
- o '_MERGED' sections are recognized automatically (and coalesced like
- Small Data sections)
- o Symbolic and Source Level Debugging (PowerVisor compatibility included)
- o Debug blocks are removed on request
- o Deletes empty sections
- o Zero bytes at the end of a section are deleted and appear in the
- HUNK_HEADER block only
- o User may define absolute external symbols
-
- PhxLnk is FREEWARE.
- .version
- 4.15
- .date
- 1995.03.19
- .author
- Frank Wille
- .requirements
- V4.00 requires OS2.04 (OS1.x users should get version 3.97)
- .reference
- FreshFish-Vol8-1:New/dev/misc/PhxLnk/
- 4.00
- FreshFish-Vol8-2:BBS/dev/PhxLnk-4.00.lha
- 4.00
- FreshFish-Vol2:New/AmigaLibDisks/Disk933/PhxLnk/
- 2.03
- GoldFish-Vol1-2:d9xx/d933/PhxLnk/
- 2.03
- AmigaLibDisk933:PhxLnk/
- 2.03
- FreshFish-Vol2:Old/AmigaLibDisks/Disks840-859/Disk853/PhxLnk/
- 1.35
- FreshFish-Vol1:Old/AmigaLibDisks/Disks840-859/Disk853/PhxLnk/
- 1.35
- GoldFish-Vol1-2:d8xx/d853/PhxLnk/
- 1.35
- AmigaLibDisk853:PhxLnk/
- 1.35
- FreshFish-Vol1:Old/AmigaLibDisks/Disks740-759/Disk749/PhxLnk/
- 1.27
- GoldFish-Vol1-2:d7xx/d749/PhxLnk/
- 1.27
- AmigaLibDisk749:PhxLnk/
- 1.27
- .distribution
- Freeware
- .address
- Auf dem Dreische 45
- 32049 Herford
- GERMANY
- .email
- Phoenix@AXXIS.OWL.DE
- .docs
- PhxLnk_414.readme
- PhxLnk.guide
- PhxLnk_d.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "PhxLnk" "Please select an option" "View Readme" "View Guide" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool PhxLnk_414.readme TEXT
- endif
-
- if $choice EQ "2"
- set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Cancel"`
- if $choice2 EQ "0"
- quit 0
- endif
-
- if $choice2 EQ "1"
- MetaTool PhxLnk_d.guide GUIDE
- endif
-
- if $choice2 EQ "2"
- MetaTool PhxLnk.guide GUIDE
- endif
- endif
-