diff options
author | L Peter Deutsch <lpd@ghostscript.com> | 2000-04-27 20:18:39 +0000 |
---|---|---|
committer | L Peter Deutsch <lpd@ghostscript.com> | 2000-04-27 20:18:39 +0000 |
commit | 5add3455ee7bd7e1d4cddc9c7acbabac4045f7b2 (patch) | |
tree | 82a6988826453eceb7f99a946cf1a02515fb2d92 /gs/src/contrib.mak | |
parent | 45d762078aea25fbda546ad6a24315ed03d96e59 (diff) |
Adds a user-contributed driver for the Brother HL-1250 laser printer. This
has a dual AFPL/GPL license, and a non-Aladdin copyright.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@388 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/contrib.mak')
-rw-r--r-- | gs/src/contrib.mak | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gs/src/contrib.mak b/gs/src/contrib.mak index 2c8b60d1f..d0d223812 100644 --- a/gs/src/contrib.mak +++ b/gs/src/contrib.mak @@ -67,6 +67,7 @@ CONTRIB_MAK=$(GLSRC)contrib.mak # * eps9high Epson-compatible 9-pin, interleaved lines # (triple resolution) # * epsonc Epson LQ-2550 and Fujitsu 3400/2400/1200 color printers +# * hl1250 Brother HL-1250 # * hl7x0 Brother HL 720 and HL 730 (HL 760 is PCL compliant); # also usable with the MFC6550MC Fax Machine. # * ibmpro IBM 9-pin Proprinter @@ -550,6 +551,19 @@ $(DD)paintjet.dev : $(PJET) $(DD)page.dev $(DD)pjetxl.dev : $(PJET) $(DD)page.dev $(SETPDEV) $(DD)pjetxl $(PJET) + +### -------------------- The Brother HL-1250 printer -------------------- ### +### Brother HL-1250 (may work with some other models too) - ### +### ljet4-compatible, plus support for source tray selection and special ### +### 1200x600 dpi mode. For questions about this driver, please contact ### +### Marek Michalkiewicz <marekm@linux.org.pl> ### + +hl1250_=$(GLOBJ)gdevhl12.$(OBJ) $(HPDLJM) +$(DD)hl1250.dev : $(hl1250_) $(DD)page.dev + $(SETPDEV) $(DD)hl1250 $(hl1250_) + +$(GLOBJ)gdevhl12.$(OBJ): $(GLSRC)gdevhl12.c $(PDEVH) $(gdevpcl_h) + $(GLCC) $(GLO_)gdevhl12.$(OBJ) $(C_) $(GLSRC)gdevhl12.c ###--------------------- The Brother HL 7x0 printer --------------------- ### ### Note: this driver was contributed by users: please contact ### |