pgsql: Don't duplicate references and libraries in MSVC scripts

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Don't duplicate references and libraries in MSVC scripts
Дата
Msg-id E1m8sFR-0008UM-OX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't duplicate references and libraries in MSVC scripts

In order not to duplicate references and libraries in the Visual Studio
project files produced by the MSVC build scripts, have them check if a
particular reference or library already exists before adding the same one
again.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/15f16ec6511cf50374b09876e39c6939f2da0f08

Modified Files
--------------
src/tools/msvc/Project.pm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Make the includes field an array in MSVC build scripts
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Adjust MSVC build scripts to parse Makefiles for defines