This directory contains the source of MegaView, and everythis that is needed
to rebuild the program, except, of course, a C compiler.

To compile MegaView, you'll need Aztec C V5. First, type

    MAKE global.sym

and then 

    MAKE MegaView

You can also edit the MakeFile and remove the "-hi global.sym" option which
includes the precompiled .h file, and remove all dependencies of global.sym
from the MegaView entry.

You need the WhatIs include files to rebuild MegaView, which are in the
"include/" subdir. Copy these to your normal include dirs.


