mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Fix libtiff build on windows
This commit is contained in:
parent
98d88fd1c6
commit
e102f4848b
|
@ -55,18 +55,16 @@ LOGLUV_SUPPORT = 1
|
||||||
# Uncomment and edit following lines to enable JPEG support.
|
# Uncomment and edit following lines to enable JPEG support.
|
||||||
#
|
#
|
||||||
JPEG_SUPPORT = 1
|
JPEG_SUPPORT = 1
|
||||||
JPEGDIR = $(BUILD)\jpeg-9c
|
JPEG_INCLUDE = -I$(INCLIB)
|
||||||
JPEG_INCLUDE = -I$(JPEGDIR)
|
JPEG_LIB = $(INCLIB)/libjpeg.lib
|
||||||
JPEG_LIB = $(JPEGDIR)/libjpeg.lib
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Uncomment and edit following lines to enable ZIP support
|
# Uncomment and edit following lines to enable ZIP support
|
||||||
# (required for Deflate compression and Pixar log-format)
|
# (required for Deflate compression and Pixar log-format)
|
||||||
#
|
#
|
||||||
ZIP_SUPPORT = 1
|
ZIP_SUPPORT = 1
|
||||||
ZLIBDIR = $(BUILD)\zlib-1.2.8
|
ZLIB_INCLUDE = -I$(INCLIB)
|
||||||
ZLIB_INCLUDE = -I$(ZLIBDIR)
|
ZLIB_LIB = $(INCLIB)/zlib.lib
|
||||||
ZLIB_LIB = $(ZLIBDIR)/zlib.lib
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Uncomment and edit following lines to enable ISO JBIG support
|
# Uncomment and edit following lines to enable ISO JBIG support
|
||||||
|
|
Loading…
Reference in New Issue
Block a user