diff options
Diffstat (limited to 'scripts/makefile.cygwin')
-rw-r--r-- | scripts/makefile.cygwin | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/makefile.cygwin b/scripts/makefile.cygwin index a5587a00b..4defb96ce 100644 --- a/scripts/makefile.cygwin +++ b/scripts/makefile.cygwin @@ -35,12 +35,12 @@ WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \ CFLAGS=-I$(ZLIBINC) -Wall -O3 $(ALIGN) -funroll-loops \ -fomit-frame-pointer -# read libpng.txt or png.h to see why PNGMAJ is 3. You should not +# read libpng.txt or png.h to see why PNGMAJ is 0. You should not # have to change it. -PNGMAJ = 3 -#PNGDLL = $3 -PNGMIN = 1.2.1 -PNGMIN_BASE = 1.2.1 +PNGMAJ = 0 +#PNGDLL = $12 +PNGMIN = 1.2.2beta1 +PNGMIN_BASE = 1.2.2 PNGVER = $(PNGMAJ).$(PNGMIN) SHAREDLIB=cygpng$(PNGDLL).dll |