----------------------------------------------------------------------
    dvi2bitmap-0.13 : Quick hack for Windows Platform (Mingw32)
                                         Author : Yoshihiro OKUMURA
----------------------------------------------------------------------

How To Compile dvi2bitmap.

- 1. Extract dvi2bitmap source.

   % tar zxvf dvi2bitmap-0.13.tar.gz

- 2. Apply this patch 'dvi2bitmap-0.13.mingw32.patch'.

   % cd dvi2bitmap
   % patch < ../dvi2bitmap-0.13.mingw32.patch

- 3. Run 'configure' script with your optional arguments on the MSYS 
     environment.

   % ./configure --with-png=/usr/local --with-fontfinder="kpsewhich %f.%dpk" \
             --with-mktexpk=mktexpk

- 4. Edit config.h which generated by 'configure' script.

   c) SRCHPATH_SEP

      Maybe, it will setted to ':' as file search path separator.
      On Windows Platform, it must use ';', because it will conflict 
      with drive letter.

- 5. Compile 'dvi2bitmap.exe' and 'dvireport.exe'.

   % make

----------------------------------------------------------------------
