forked from python-pillow/Pillow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,23 +2,23 @@ | |
# | ||
# Copyright (C) 2004, Andrey Kiselev <[email protected]> | ||
# | ||
# Permission to use, copy, modify, distribute, and sell this software and | ||
# Permission to use, copy, modify, distribute, and sell this software and | ||
# its documentation for any purpose is hereby granted without fee, provided | ||
# that (i) the above copyright notices and this permission notice appear in | ||
# all copies of the software and related documentation, and (ii) the names of | ||
# Sam Leffler and Silicon Graphics may not be used in any advertising or | ||
# publicity relating to the software without the specific, prior written | ||
# permission of Sam Leffler and Silicon Graphics. | ||
# | ||
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, | ||
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY | ||
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | ||
# | ||
# | ||
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, | ||
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY | ||
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | ||
# | ||
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR | ||
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, | ||
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, | ||
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF | ||
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE | ||
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF | ||
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE | ||
# OF THIS SOFTWARE. | ||
|
||
# Compile time parameters for MS Visual C++ compiler. | ||
|
@@ -28,7 +28,7 @@ | |
###### Edit the following lines to choose a feature set you need. ####### | ||
# | ||
|
||
# | ||
# | ||
# Select WINMODE_CONSOLE to build a library which reports errors to stderr, or | ||
# WINMODE_WINDOWED to build such that errors are reported via MessageBox(). | ||
# | ||
|
@@ -55,7 +55,7 @@ LOGLUV_SUPPORT = 1 | |
# Uncomment and edit following lines to enable JPEG support. | ||
# | ||
JPEG_SUPPORT = 1 | ||
JPEGDIR = $(BUILD)\jpeg-9a | ||
JPEGDIR = $(BUILD)\jpeg-9b | ||
JPEG_INCLUDE = -I$(JPEGDIR) | ||
JPEG_LIB = $(JPEGDIR)/libjpeg.lib | ||
|
||
|
@@ -115,7 +115,7 @@ CHECK_JPEG_YCBCR_SUBSAMPLING = 1 | |
# NOTE: /EHsc option required if you want to build the C++ stream API | ||
# | ||
OPTFLAGS = /Ox /MD /EHsc /W3 /D_CRT_SECURE_NO_DEPRECATE | ||
#OPTFLAGS = /Zi | ||
#OPTFLAGS = /Zi | ||
|
||
# | ||
# Uncomment following line to enable using Windows Common RunTime Library | ||
|