This file contains DLLs for adding Lisp language support functionality
to Codewright as well as the source code for those DLLs. The source
consists of a .c file... to be used for recompiling the 32 bit DLL
(LSP32.DLL) and the 16 bit DLL (LSP.DLL). 

When the library is loaded, it adds chromacoding, template expansion and
other language support functionality to Codewright for the LISP
language.  To use this library, copy the file LSP32.DLL (or LSP.DLL,
whichever may apply) to your Codewright installation directory. Load the
DLL using Codewright's Tools|Libraries dialog by clicking on Add and
browsing for the necessary DLL. The preceding process adds the following
to the LibPreload section of your CWRIGHT.INI file:

	LibPreload=LSP32.dll
