Files in this package:

BIN\        Sources of MsgComp2 & MsgDiff, to be compiled separately
FILES		This file describing which file is what
NOTES		Some notes about the package and its useage
README		The readme file explaining what it is all about
BUGS		The "Known Bugs" section
*.C,*.ASM	The source files
*.H			The header files with all prototypes and definitions and comments
			about the particular function(s)
HISTORY		A short history of what was made (mostly of no interest)
BC_COMPIL	Script to compile all the library with Borland C
MC_COMPIL	Script to compile all the library with Micro C
*.LLL,*.CCC	Additional data files for the script compiling process
MAKEFILE	The DMAKE makefile to compile the library supporting BC & MC
			This Makefile also requires the FreeDOS intialization Makefiles
			called FD_INIT.MK and FD_EXIT.MK; probably they must be updated
			to point to the proper places.
			See the Makefile and NOTES for more information
MAKEALL.BAT	Script to compile all libraries into the standard LIB path
			Requires Dmake.
MK_*.BAT	Scripts to compile individual libraries into the standard LIB path
			Requires Dmake.
FREEMCB		Directory with a sample program
