Re: Review of VS 2010 support patches - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Review of VS 2010 support patches
Date
Msg-id 4ED6C51C.6020601@dunslane.net
Whole thread Raw
In response to Re: Review of VS 2010 support patches  (Brar Piening <brar@gmx.de>)
Responses Re: Review of VS 2010 support patches  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers

On 11/29/2011 04:32 PM, Brar Piening wrote:
> Andrew Dunstan wrote:
>>
>> Some minor nitpicks:
>>
>> Do we really need to create all those VSnnnnProject.pm and 
>> VSnnnnSolution.pm files? They are all always included anyway. Why not 
>> just stash all the packages in Solution.pm and Project.pm? 
> We certainly don't *need* them.
> Having different files separates the tasks of generating different 
> target file formats into different source files. In my opinion this 
> makes it easier to find the code that is actually generating the files 
> that get used in a specific build environment.
> While the VSnnnnSolution.pm and VC200nProject.pm files are indeed not 
> much more than stubs that could eventually be extended in future (and 
> probably never will) VC2010Project.pm contains the whole code for 
> generating the new file format which would significantly bloat up the 
> code in Project.pm that currently contains the common code for 
> generating the old file formats.
>
>


Does anyone else have an opinion on this. I want to wrap this up ASAP so 
we can get a VS2010 buildfarm member working.

cheers

andrew




pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: FlexLocks
Next
From: Kris Jurka
Date:
Subject: Re: Java LISTEN/NOTIFY client library work-around