MSVC: Process Makefile line continuations more like "make" does.
Noah Misch <noah@leadboat.com>
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
| Path | Change | +/− |
|---|---|---|
| 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 |