              ***************************************************
              **     Makefiles for dviout/dviprt Ver.3.09-     **
              ***************************************************

See  source.txt (or sourcee.txt in English) for  dviout for Windows.
---
Ver.3.09
              dviprt supports LIPS IV printer with -p=lD600 option
-----------------------------------------------------------------------------
In the followings, the source texts should be transformed into EUC codes.

To make dviprt under  UNIX  do as follows.  dviprt will be made
by autoconf (which is due to Norihito Ohmori at Chiba Univ.).

   ./configure
   make

optcfg, ttindex, chkfont  are also made by the generated Makefile.

An older version of sources has been tested under

  Digital UNIX 4.0d + egcs-2.91.57
  AIX 4.1           + gcc-2.7.2
  Linux 2.0.33      + gcc-2.7.2.3
  FreeBSD 2.2.6     + gcc-2.7.2.1
  SUNOS 5.5.1       + gcc-2.7.2.3
  SUNOS 4.1.3       + gcc-2.6.3
  etc.


A sample makefile for UNIX:

Makefile.ux:  dviprt (with optcfg, ttindex, chkfont) for UNIX
-----
In the followings, the source texts should be transformed into SHIFT JIS codes.

makefile.w32: dviout for Windows Ver.3.11-
              makefile for BCC 4.5/5.0
	      require updated commctrl.h

makefile.vc : dviout for Windows Ver.3.11-
              makefile for VC 4.0/5.0/6.0
              Use nmake.exe attached to VC
	      require updated commctrl.h in case of VC 4.*

dviout.dsp    :  project file for VC 6.0

dviout.vcproj :  project file for VC 8.0 (2005)

makefile.cpb: dviout for Windows Ver.3.11-
	      makefile for C++ Builder 4

makefile.c32: dviprt for the console of Windows 95/NT
              by Ichiro MATSUDA(matsuda@itohws01.ee.noda.sut.ac.jp)
              BCC 4.5/5.0
              Support Windows API for TrueType fonts
              Use Windows API to output data to printer

              -P=0: default printer driver
              -P=1: LPT1
              -P=2: LPT2
              -P=3: LPT3
              -P=4: LPT4

makefile.bcc: dviprt for the console of Windows 95
              BCC 4.5/5.0
              recommend to use makefile.c32
              Use BIOS to output data to printer
