On Wed, Feb 29, 2012 at 06:24, Tom Lane <[email protected]> wrote: > Fix MSVC builds for previous patch's addition of a src/port file. > > (And why in the world is this OBJS list not being scraped from the > corresponding Makefile?)
IIRC that's because the list of object files is dependent on configure output, and we don't run configure on msvc. We could get parts via scraping and parts manually, but it just seemed more consistent to get it all the same way. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
