Fixed support for large files (>2GB)

This commit is contained in:
Andrey Kiselev 2002-10-11 14:27:38 +00:00
parent 50eee27eba
commit faa24a5bf6

View File

@ -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 # Tag Image File Format Library
# #
@ -64,7 +64,8 @@ IPATH = -I. -I${SRCDIR} @COPT_LIBINC@
CONF_LIBRARY=@CONF_JPEG@ @CONF_ZIP@ CONF_LIBRARY=@CONF_JPEG@ @CONF_ZIP@
COPTS = @GCOPTS@ COPTS = @GCOPTS@
OPTIMIZER=@OPTIMIZER@ OPTIMIZER=@OPTIMIZER@
CFLAGS = @ENVOPTS@ @LIBCOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH} ${CONF_LIBRARY} LFSOPTS=@LFSOPTS@
CFLAGS = @ENVOPTS@ @LIBCOPTS@ ${COPTS} ${OPTIMIZER} ${LFSOPTS} ${IPATH} ${CONF_LIBRARY}
# #
SRCS = \ SRCS = \
tif_aux.c \ tif_aux.c \