MKLITE.EXE make lite utility
----------------------------

MKLITE.EXE is a utility that creates the lite lookup tables needed
when doing e.g. Phong shaded texture mapping in 256 color mode.


Use: mklite [params...] infile.{pcx|pal} [outfile]
 -o name   Table name (default lite)
 -m maxl   Maximum lite levels (def. 128)
 -s minc   Minimum color in palette to use (def. 0)
 -t maxc   Maximum color in palette to use (def. 256)
 -f bover  Index where specular starts (def. 96)
 -e ext    Force file extension of input file. PCX or PAL
 -a        Assembly source output
 -b        Binary output (you must specify outputfile)
 -y        Don't ask for file overwrite
 -v        Verbose mode on


