summaryrefslogtreecommitdiff
path: root/scripts/makefile.cygwin
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2006-02-20 22:09:05 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:08:23 -0500
commit9c3ab681455e5dff1b9dd9c38299f1c06afa908b (patch)
tree9bf3736bba6429da2bb136f231095f97af6eba31 /scripts/makefile.cygwin
parent917648ecb92f45537924b3c46a4a811b956c7023 (diff)
downloadlibpng-9c3ab681455e5dff1b9dd9c38299f1c06afa908b.tar.gz
Imported from libpng-1.2.9beta1.tarv1.2.9beta1
Diffstat (limited to 'scripts/makefile.cygwin')
-rw-r--r--scripts/makefile.cygwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.cygwin b/scripts/makefile.cygwin
index 09f92d3ea..226204aa8 100644
--- a/scripts/makefile.cygwin
+++ b/scripts/makefile.cygwin
@@ -79,7 +79,7 @@ CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
LIBNAME = libpng12
PNGMAJ = 0
CYGDLL = 12
-PNGMIN = 1.2.8
+PNGMIN = 1.2.9beta1
PNGVER = $(PNGMAJ).$(PNGMIN)
SHAREDLIB=cygpng$(CYGDLL).dll
@@ -176,7 +176,7 @@ $(STATLIB): $(OBJS)
ar rc $@ $(OBJS)
$(RANLIB) $@
-$(SHAREDDEF): scripts/png32ms.def
+$(SHAREDDEF): scripts/pngw32.def
cat $< | sed -e '1{G;s/^\(.*\)\(\n\)/EXPORTS/;};2,/^EXPORTS/d' | \
sed -e 's/\([^;]*\);/;/' > $@