summaryrefslogtreecommitdiff
path: root/scripts/makefile.cygwin
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2001-03-14 07:08:39 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:05:58 -0500
commit1909560348060a8968f4e21c128ce9c6fccab008 (patch)
treec464089a2a684c14d84f4a6553dd46a09862e820 /scripts/makefile.cygwin
parentd4e8109a481c9acaa84bc6db4db711a42256b6c9 (diff)
downloadlibpng-1909560348060a8968f4e21c128ce9c6fccab008.tar.gz
Imported from libpng-1.0.10beta1.tarv1.0.10beta1
Diffstat (limited to 'scripts/makefile.cygwin')
-rw-r--r--scripts/makefile.cygwin6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/makefile.cygwin b/scripts/makefile.cygwin
index 90c7bae1f..c51f386fe 100644
--- a/scripts/makefile.cygwin
+++ b/scripts/makefile.cygwin
@@ -39,9 +39,9 @@ CFLAGS=-I$(ZLIBINC) -Wall -O3 $(ALIGN) -funroll-loops \
# have to change it.
PNGMAJ = 2
#PNGDLL = $%DLLNUM% # msvc
-PNGDLL = 2 # cygwin 1.0.9
-PNGMIN = 1.0.9
-PNGMIN_BASE = 1.0.9
+PNGDLL = 2 # cygwin 1.0.10beta1
+PNGMIN = 1.0.10beta1
+PNGMIN_BASE = 1.0.10
PNGVER = $(PNGMAJ).$(PNGMIN)
SHAREDLIB=cygpng$(PNGDLL).dll