diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-07-27 20:38:00 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-07-27 20:38:00 +0000 |
commit | 1eaf921900a3d76fd3daf0e53dc8cf23de15cb72 (patch) | |
tree | 46300a71eb2747c63cc15fcd788cff292b46a8e4 /Build/source/libs/libpng/libpng-src/scripts/README.txt | |
parent | bdf3513abe506a554215a51797aa9251b3069b6c (diff) |
libpng-1.6.31
git-svn-id: svn://tug.org/texlive/trunk@44898 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/libpng-src/scripts/README.txt')
-rw-r--r-- | Build/source/libs/libpng/libpng-src/scripts/README.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Build/source/libs/libpng/libpng-src/scripts/README.txt b/Build/source/libs/libpng/libpng-src/scripts/README.txt index 24b1228360e..76e70e64446 100644 --- a/Build/source/libs/libpng/libpng-src/scripts/README.txt +++ b/Build/source/libs/libpng/libpng-src/scripts/README.txt @@ -1,9 +1,11 @@ -Makefiles for libpng version 1.6.30 - June 28, 2017 +Makefiles for libpng version 1.6.31 - July 27, 2017 pnglibconf.h.prebuilt => Stores configuration settings makefile.linux => Linux/ELF makefile - (gcc, creates libpng16.so.16.1.6.30) + (gcc, creates libpng16.so.16.1.6.31) + makefile.linux-opt=> Linux/ELF makefile with hardware optimizations on + (gcc, creates libpng16.so.16.1.6.31) makefile.gcc => Generic makefile (gcc, creates static libpng.a) makefile.knr => Archaic UNIX Makefile that converts files with ansi2knr (Requires ansi2knr.c from @@ -33,12 +35,12 @@ pnglibconf.h.prebuilt => Stores configuration settings makefile.os2 => OS/2 Makefile (gcc and emx, requires libpng.def) makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc makefile.sggcc => Silicon Graphics (gcc, - creates libpng16.so.16.1.6.30) + creates libpng16.so.16.1.6.31) makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib) makefile.solaris => Solaris 2.X makefile (gcc, - creates libpng16.so.16.1.6.30) + creates libpng16.so.16.1.6.31) makefile.so9 => Solaris 9 makefile (gcc, - creates libpng16.so.16.1.6.30) + creates libpng16.so.16.1.6.31) makefile.std => Generic UNIX makefile (cc, creates static libpng.a) makefile.sunos => Sun makefile makefile.32sunu => Sun Ultra 32-bit makefile |