diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-01-13 18:59:59 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-01-13 18:59:59 +0000 |
commit | 8c01e708c2ff8737357a6faf409f0f664006b69d (patch) | |
tree | f48683faf238adffdbe90edd3eee2363d260d713 /graphics/hpscan/files/patch-ad | |
parent | We do have an Imakefile now. (diff) |
Some additions:
. fix a minor bug, causing core dumps in some occasions
. add handling for 15/16/24/32 bit displays
. provide an Imakefile
Reviewed by: Richard Tobin, and nate
Diffstat (limited to 'graphics/hpscan/files/patch-ad')
-rw-r--r-- | graphics/hpscan/files/patch-ad | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/hpscan/files/patch-ad b/graphics/hpscan/files/patch-ad new file mode 100644 index 000000000000..f933508eaf2c --- /dev/null +++ b/graphics/hpscan/files/patch-ad @@ -0,0 +1,17 @@ +--- /dev/null Sat Jan 13 17:05:14 1996 ++++ Imakefile Fri Jan 12 17:49:11 1996 +@@ -0,0 +1,14 @@ ++XCOMM ++XCOMM Imakefile for Richard Tobin's HP scanner utility, ++XCOMM written by Jörg Wunsch, 96/01/12. ++XCOMM ++ ++ EXTRA_INCLUDES = -I/sys ++ ++ DEPLIBS = XawClientDepLibs ++LOCAL_LIBRARIES = XawClientLibs MathLibrary ++ ++ SRCS = main.c scsi.c scanner.c scl.c gui.c colour.c Plain.c ++ OBJS = main.o scsi.o scanner.o scl.o gui.o colour.o Plain.o ++ ++ComplexProgramTarget(hpscan) |