-
- Downloads
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.
Showing
- src/tools/msvc/Install.pm 5 additions, 5 deletionssrc/tools/msvc/Install.pm
- src/tools/msvc/Mkvcbuild.pm 3 additions, 3 deletionssrc/tools/msvc/Mkvcbuild.pm
- src/tools/msvc/Project.pm 1 addition, 1 deletionsrc/tools/msvc/Project.pm
- src/tools/msvc/Solution.pm 1 addition, 1 deletionsrc/tools/msvc/Solution.pm
- src/tools/msvc/vcregress.pl 1 addition, 1 deletionsrc/tools/msvc/vcregress.pl
Loading
Please register or sign in to comment