HP Printer Driver README
========================

This is the source code to the HP PCL printer driver.  You can use it as a 
starting point for building your own printer drivers.

Files
=====

The archive should contain the following files:

README				-- this file
HP PCL3 LaserJet Compatible	-- the binary
HP_Driver.proj			-- Codewarrior project file
HP_LaserJet.cpp			-- main source
HP_LaserJet.h			-- main header file
HP_Print.cpp			-- Print dialog box
HP_Print.h			-- header file
HP_Setup.cpp			-- Setup dialog box
HP_Setup.h			-- header file
PrintBits.h			-- picture of Cyril for Setup box
Status.cpp			-- Status dialog box
Status.h			-- header file
compress.cpp			-- PCL compression routine
makefile			-- if you prefer using makefiles

Instructions
============

You can use either BeIDE or make to build this.  Name the output file whatever
you like and copy it to the /boot/beos/system/add-ons/Print folder.

Enjoy!
