Replace backslashes by forward slashes in MSVC build code

Peter Eisentraut <peter_e@gmx.net>

Commit: 854adb83711da8fda2a8f028c27ad8956179c04a
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2015-04-25T12:58:01Z
Releases: 9.5.0
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

PathChange+/−
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