summaryrefslogtreecommitdiff
path: root/libtiff/Makefile.vc
diff options
context:
space:
mode:
Diffstat (limited to 'libtiff/Makefile.vc')
-rw-r--r--libtiff/Makefile.vc6
1 files changed, 4 insertions, 2 deletions
diff --git a/libtiff/Makefile.vc b/libtiff/Makefile.vc
index a86187cb..59113a67 100644
--- a/libtiff/Makefile.vc
+++ b/libtiff/Makefile.vc
@@ -1,4 +1,4 @@
-# $Id: Makefile.vc,v 1.15 2006-03-23 14:54:02 dron Exp $
+# $Id: Makefile.vc,v 1.16 2006-06-07 15:39:03 dron Exp $
#
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
#
@@ -29,7 +29,7 @@
!INCLUDE ..\nmake.opt
-INCL = -I. $(JPEG_INCLUDE) $(ZLIB_INCLUDE)
+INCL = -I. $(JPEG_INCLUDE) $(ZLIB_INCLUDE) $(JBIG_INCLUDE)
!IFDEF USE_WIN_CRT_LIB
OBJ_SYSDEP_MODULE = tif_unix.obj
@@ -53,6 +53,7 @@ OBJ = \
tif_fax3.obj \
tif_fax3sm.obj \
tif_getimage.obj \
+ tif_jbig.obj \
tif_jpeg.obj \
tif_ojpeg.obj \
tif_flush.obj \
@@ -74,6 +75,7 @@ OBJ = \
tif_warning.obj \
tif_write.obj \
tif_zip.obj \
+ tif_jbig.obj \
$(OBJ_SYSDEP_MODULE)
all: libtiff.lib $(DLLNAME)