allow running parts of src/tools/msvc/ under not Windows

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема allow running parts of src/tools/msvc/ under not Windows
Дата
Msg-id d73b2c7b-f081-8357-8422-7564d55f1aac@2ndquadrant.com
обсуждение исходный текст
Ответы Re: allow running parts of src/tools/msvc/ under not Windows  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
When making build system changes that risk breaking the MSVC build 
system, it's useful to be able to run the part of the MSVC build tools 
that read the makefiles and produce the project files under a 
not-Windows platform.  This part does not really depend on anything 
particular to Windows, so it's possible in principle.  There are some 
minor dependencies on Windows, however, that need to be worked around. 
I have had some local hacks for that for a while, and I took a moment to 
clean them up and make them presentable, so here they are.  Interested?

To test, apply the patch and run perl src/tools/msvc/mkvcbuild.pl .

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: backend type in log_line_prefix?
Следующее
От: Alexey Bashtanov
Дата:
Сообщение: Small docs bugfix: make it clear what can be used in UPDATE FROM andDELETE USING