[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

@@ -21,7 +21,7 @@ O=.obj
# Pre-built configuration
# See scripts/pnglibconf.mak for more options
PNGLIBCONF_H_PREBUILT = scripts/pnglibconf.h.prebuilt
PNGLIBCONF_H_PREBUILT = scripts\pnglibconf.h.prebuilt
#uncomment next to put error messages in a file
ERRFILE= >> pngerrs