Fixed support for large files (>2GB)
This commit is contained in:
parent
50eee27eba
commit
faa24a5bf6
@ -1,4 +1,4 @@
|
||||
# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Makefile.in,v 1.21 2002-10-10 13:40:49 warmerda Exp $
|
||||
# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Makefile.in,v 1.22 2002-10-11 14:27:38 dron Exp $
|
||||
#
|
||||
# Tag Image File Format Library
|
||||
#
|
||||
@ -64,7 +64,8 @@ IPATH = -I. -I${SRCDIR} @COPT_LIBINC@
|
||||
CONF_LIBRARY=@CONF_JPEG@ @CONF_ZIP@
|
||||
COPTS = @GCOPTS@
|
||||
OPTIMIZER=@OPTIMIZER@
|
||||
CFLAGS = @ENVOPTS@ @LIBCOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH} ${CONF_LIBRARY}
|
||||
LFSOPTS=@LFSOPTS@
|
||||
CFLAGS = @ENVOPTS@ @LIBCOPTS@ ${COPTS} ${OPTIMIZER} ${LFSOPTS} ${IPATH} ${CONF_LIBRARY}
|
||||
#
|
||||
SRCS = \
|
||||
tif_aux.c \
|
||||
|
Loading…
Reference in New Issue
Block a user