This file describes how to compile SUPPL with Pacific C v7.51.

Note: This is version v7.51, the Shareware version, I speak about.

See the file TO-CHG.TXT what to change within the distributed files
of Pacific C, in order to become able to compile SUPPL.

+ "PAC" is my abbreviation of Pacific C compiler.

+ I treat HI_TECH_C as the C compiler's identifier, though the built-in
macros are nowhere documented, so it is possibly not working in some cases.

+ "PACC *.c" failed with the error message "Too many object files". So I guess,
you have to use the FOREACH utility to compile them all.

+ PAC uses a different library format, so don't use LIBBER, but PAC's supplied
librarian.

+ The ^Break catcher is in PAC_CBC?.AS. I don't know no way to make _one_
file memory model depend, so there are two files (one for each model), which
define two different symbols. The ctrlbrk() chooses the appropriate
symbol itself.

+ FOREACH.XC is a Micro-C source, sorry.
So either fetch Micro-C to compile your own copy of FOREACH, or use the
supplied one.

+ You may just copy COMPILE.* into the up-updir and run COMPILE.BAT.
