summaryrefslogtreecommitdiff
path: root/gs/libpng/scripts/makefile.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'gs/libpng/scripts/makefile.mingw')
-rw-r--r--gs/libpng/scripts/makefile.mingw6
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