README for Microsoft Build Engine
=================================

Run the following command to generate Makefile 
(See configure.bat --help for details): 

> configure.bat
 
To build the library, run the following command:

> nmake 

To ensure that the library has been built successfully, enter

> nmake check

The following command copies the library files to lis-($VERSION)\lib 
and the executable files to lis-($VERSION)\bin, respectively:

> nmake install
