===== Installation =====================================

(1) Before installation of WIL4C, your Windows C/C++ compiler should
already be installed on your system and tested. In particular, include
command line tools when installing your compiler.

(2) Make a backup copy of your distribution disk.  Put your original
distribution disk in a safe place.

(3) Exit Windows into DOS, or start a DOS window:

(4) Create your WIL project directory, copy the WIL archive, then unzip
the archive. For example:

      MKDIR   WIL
      PKUNZIP WIL4C20.ZIP WIL

(5) Run the INSTALL batch file (INSTALL.BAT), which will copy the correct
DLL and LIB files for your compiler.

For Win32 compilers, you may choose native mode DLLs for your compiler
(Microsoft, Borland, or Watcom) or "universal" mode, which requires that
your compiler support the "declspec" keyword. Microsoft, Borland 5.0 and
Watcom 11.0 all support "declspec". The same DLLs are used for all Win16
compilers. Universal mode can also be used by 32 bit Visual Basic & Delphi.

       INSTALL MS      (Microsoft)
       INSTALL BC      (Borland)
       INSTALL WC      (Watcom)
       INSTALL U       (Universal)

 