//------------------------------------------------------------------;
// historical notes    :                [16/07/2004 - 14:21:00:GMT:2]
//------------------------------------------------------------------;

 - libimg, library support for jpeg, tga, bmp.

//------------------------------------------------------------------;
// configuration notes :                [16/07/2004 - 14:21:00:GMT:2]
//------------------------------------------------------------------;

 - microsoft c/c++ compiler [6] required to build this project, although
   minimum effort required remaking with gcc, watcom, borland compilers.
 - additional info : macro assembler is required to compile this
   version.

   if you wish to exclude assembly, modify batch [build.bat] from :

  ' if errorlevel 0 goto ASM '
  to :
  ' if errorlevel 0 goto LINK '

    in compilation section.   
  
//------------------------------------------------------------------;