pgsql: Replace backslashes by forward slashes in MSVC build code

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Replace backslashes by forward slashes in MSVC build code
Date: 2015-04-25 12:58:33
Message-ID: E1YlzfF-0002o5-AG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/854adb83711da8fda2a8f028c27ad8956179c04a

Modified Files
--------------
src/tools/msvc/MSBuildProject.pm | 2 +-
src/tools/msvc/Mkvcbuild.pm | 344 +++++++++++++++++++-------------------
src/tools/msvc/Project.pm | 42 +++--
src/tools/msvc/Solution.pm | 138 +++++++--------
4 files changed, 262 insertions(+), 264 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-04-25 20:44:52 pgsql: Prevent improper reordering of antijoins vs. outer joins.
Previous Message Stephen Frost 2015-04-25 00:45:05 pgsql: Fix file comment for test_rls_hooks.c