MSVC: Process Makefile line continuations more like "make" does.

Noah Misch <noah@leadboat.com>

Commit: 35d19a9a37c245ff7c640743f37b8df227fd24dc
Author: Noah Misch <noah@leadboat.com>
Date: 2014-07-14T18:07:27Z
Releases: 9.5.0
MSVC: Process Makefile line continuations more like "make" does.

Unlike "make" itself, the MSVC build process recognized a continuation
even with whitespace after the backslash.  (Due to a typo, some code
sites accepted the letter "s" instead of whitespace).  Also, it would
consume any number of newlines following a single backslash.  This is
mere cleanup; those behaviors were unlikely to cause bugs.

Files

PathChange+/−
src/tools/msvc/Install.pm modified +5 −5
src/tools/msvc/Mkvcbuild.pm modified +3 −3
src/tools/msvc/Project.pm modified +1 −1
src/tools/msvc/Solution.pm modified +1 −1
src/tools/msvc/vcregress.pl modified +1 −1