diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2010-06-29 17:17:45 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2010-06-29 17:17:45 +0000 |
commit | 119e5b2ba13afd06ba8bf8e7b749f0a84b60cc5a (patch) | |
tree | 30cdb3b642e96589673864c57b7e061fa9475c46 /gs/libpng/scripts/makefile.mingw | |
parent | d760dfdf536999bee6b0b7dfe22a51298c7788c1 (diff) |
revert back to 11450.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11462 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/libpng/scripts/makefile.mingw')
-rw-r--r-- | gs/libpng/scripts/makefile.mingw | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gs/libpng/scripts/makefile.mingw b/gs/libpng/scripts/makefile.mingw index 1d7444e50..e48f54b68 100644 --- a/gs/libpng/scripts/makefile.mingw +++ b/gs/libpng/scripts/makefile.mingw @@ -14,10 +14,6 @@ # Built from makefile.cygwin -# This makefile expects to be run under the MSYS shell (part of -# the MINGW project) and not under CMD.EXE which does not provide -# "cat" or "sed". - # This makefile intends to support building outside the src directory # if desired. When invoking it, specify an argument to SRCDIR on the # command line that points to the top of the directory where your source @@ -81,7 +77,7 @@ CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \ LIBNAME = libpng12 PNGMAJ = 0 MINGDLL = 12 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) SHAREDLIB=libpng$(MINGDLL).dll |