Re: MSVC builld of 9.5.12 is broken?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: MSVC builld of 9.5.12 is broken?
Дата
Msg-id 20180228014524.GE1476@paquier.xyz
обсуждение исходный текст
Ответ на Re: MSVC builld of 9.5.12 is broken?  (Victor Wagner <vitus@wagner.pp.ru>)
Ответы Re: MSVC builld of 9.5.12 is broken?
Список pgsql-hackers
On Tue, Feb 27, 2018 at 04:14:02PM +0300, Victor Wagner wrote:
> How interesting - somewhere between 9.3 (for which patch was made) and
> 9.5 path to the Makefile in windows-specific script  was changed from
> Windows-style separators to unix-style and this broke context.

You are looking for that, which was added during 9.4's development:
commit: 854adb83711da8fda2a8f028c27ad8956179c04a
author: Peter Eisentraut <peter_e@gmx.net>
date: Sat, 25 Apr 2015 08:58:01 -0400
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
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: prokind column (was Re: [HACKERS] SQL procedures)
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Reopen logfile on SIGHUP