]> granicus.if.org Git - postgresql/commit
Replace backslashes by forward slashes in MSVC build code
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 25 Apr 2015 12:52:03 +0000 (08:52 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 25 Apr 2015 12:58:01 +0000 (08:58 -0400)
commit854adb83711da8fda2a8f028c27ad8956179c04a
tree092d50f6289120a5cac1b9315732087851ebfa8a
parent410cbfd6dd778e8f388fd0d7ee9d84f833700da5
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
src/tools/msvc/MSBuildProject.pm
src/tools/msvc/Mkvcbuild.pm
src/tools/msvc/Project.pm
src/tools/msvc/Solution.pm