Make the includes field an array in MSVC build scripts

David Rowley <drowley@postgresql.org>

Commit: 33d74c5d00e45248df66fa1bcd9222e0713ea5b1
Author: David Rowley <drowley@postgresql.org>
Date: 2021-07-28T22:14:25Z
Releases: 15.0
Make the includes field an array in MSVC build scripts

Previously the 'includes' field was a string.  It's slightly nicer to
manage this when it's defined as an array instead. This allows us to
more easily detect and eliminate duplicates.

Reviewed-by: Álvaro Herrera, Andrew Dunstan, Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/CAApHDvpo6g5csCTjc_0C7DMvgFPomVb0Rh-AcW5afd=Ya=LRuw@mail.gmail.com

Files

PathChange+/−
src/tools/msvc/Mkvcbuild.pm modified +2 −2
src/tools/msvc/MSBuildProject.pm modified +2 −5
src/tools/msvc/Project.pm modified +7 −5

Discussion