Re: MSVC build system

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: MSVC build system
Дата
Msg-id 46D31202.5030502@dunslane.net
обсуждение исходный текст
Ответ на Re: MSVC build system  (Neil Conway <neilc@samurai.com>)
Ответы Re: MSVC build system
Список pgsql-hackers

Neil Conway wrote:
> On Mon, 2007-08-27 at 11:00 -0400, Andrew Dunstan wrote:
>   
>> In the longer run I want to make the whole system more data driven, so 
>> that it's comparatively easy for someone to add stuff.
>>     
>
> I don't mean to hijack your thread, but I wonder if maintaining two
> separate build systems is the best approach in the long term. I think
> CMake[1] is an interesting alternative: it would allow us to generate
> both makefiles and MSVC .proj's from a single set of master build files.
>
> -Neil
>
> [1] http://www.cmake.org
>
>   

I would be more than happy if we had a single build system. Maybe some 
enterprising person would like to try to create such a system as a proof 
of concept. I count around 200 makefiles in our sources ;-)

Of course, we'd need to know that cmake was pretty universally available 
too.

cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix brain fade in DefineIndex(): it was continuing to access the
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: [WIP PATCH] Lazily assign xids for toplevel Transactions