diff options
Diffstat (limited to 'scripts/makefile.cygwin')
-rw-r--r-- | scripts/makefile.cygwin | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/makefile.cygwin b/scripts/makefile.cygwin index bfa4afd11..446cef7be 100644 --- a/scripts/makefile.cygwin +++ b/scripts/makefile.cygwin @@ -38,9 +38,9 @@ CFLAGS=-I$(ZLIBINC) -Wall -O3 $(ALIGN) -funroll-loops \ # read libpng.txt or png.h to see why PNGMAJ is 2. You should not # have to change it. PNGMAJ = 2 -#PNGDLL = $%DLLNUM% # msvc -PNGDLL = 2 # cygwin 1.0.10rc1 -PNGMIN = 1.0.10rc1 +#PNGDLL = $1# msvc +PNGDLL = 2# cygwin 1.0.10 +PNGMIN = 1.0.10 PNGMIN_BASE = 1.0.10 PNGVER = $(PNGMAJ).$(PNGMIN) |