[libpng16] Fixed an incorrect separator ("/" should be "\") in

scripts/makefile.vcwin32 (bug report from Wolfgang S. Kechel).  Bug was
introduced in libpng-1.6.11.  Also fixed makefile.bc32, makefile.bor,
makefile.msc, makefile.intel, and makefile.tc3 similarly.
This commit is contained in:
Glenn Randers-Pehrson
2014-07-21 11:27:26 -05:00
parent 398b00734c
commit 071a17f194
8 changed files with 20 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
Libpng 1.6.13beta02 - July 4, 2014
Libpng 1.6.13beta02 - July 21, 2014
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@@ -38,7 +37,11 @@ Version 1.6.13beta01 [July 4, 2014]
"if (defined(__ARM_NEON__) || defined(__ARM_NEON))" (James Wu).
Fixed clang no-warning builds: png_digit was defined but never used.
Version 1.6.13beta02 [July 4, 2014]
Version 1.6.13beta02 [July 21, 2014]
Fixed an incorrect separator ("/" should be "\") in scripts/makefile.vcwin32
(bug report from Wolfgang S. Kechel). Bug was introduced in libpng-1.6.11.
Also fixed makefile.bc32, makefile.bor, makefile.msc, makefile.intel, and
makefile.tc3 similarly.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
@@ -47,4 +50,3 @@ to subscribe)
or to glennrp at users.sourceforge.net
Glenn R-P
#endif