Make the includes field an array in MSVC build scripts
David Rowley <drowley@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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
- Reduce the number of special cases to build contrib modules on windows 31 messages · 2020-11-02 → 2021-08-09