makelnk
-------

(c) Kevin Thacker, September 2004

This utility will generate a link-z80 compatible link ('.lnk') file from 
the passed command-line parameters.

link-z80 is a object file linker distributed with SDCC, and used to 
generate executables for the Z80 processor.

The output from makelnk is sent to stdout, but can be redirected to a file 
which can then be used with link-z80 using the '-f' command-line 
parameter.

This utility removes the need to make a hand-built '.lnk' file which is 
required if you want to build CPC executables *without* patching SDCC.

Parameters:

-o <output>

Define the output filename generated by the linker.

-l <archive>

Add archive file <archive> to the list of files to link. This parameter is 
used to define libraries to link with.

-k <searchdir>

Add path <searchdir> to the list of paths that the linker will search for 
archive binaries.

-m

Output a map file
