Replace backslashes by forward slashes in MSVC build code
Peter Eisentraut <peter_e@gmx.net>
Replace backslashes by forward slashes in MSVC build code This makes it possible to run some stages of these build scripts on non-Windows systems. That way, we can more easily test whether file moves or makefile changes might break the MSVC build. Peter Eisentraut and Michael Paquier
Files
| Path | Change | +/− |
|---|---|---|
| src/tools/msvc/Mkvcbuild.pm | modified | +173 −171 |
| src/tools/msvc/MSBuildProject.pm | modified | +1 −1 |
| src/tools/msvc/Project.pm | modified | +19 −23 |
| src/tools/msvc/Solution.pm | modified | +69 −69 |