MakeMsg is a utility by Chris Johnson to ease the setting up of the
msglink c and h source code and to create the messages file itself. It
takes as input the msgdata file (and includes the licence text). The
reslink sources are required to interface with the functions in the
TaskLib library that raise menus, and produce wimp error or warning
message boxes. They also contain tokens for the functions creating
windows.

The msgdata file format is a list of each message, which has an ID, a
token, and the actual message. The first set of message data with no
ID are messages raised by the TaskLib library, those with an ID are
raised by the application.

The data for the menu and window templates is held in DATA statements
at the end of the MakeMsg Basic program. Any changes should be made
before running the program.

The current working directory should be set to this directory before
running the program.

