pgsql: Fix MSVC builds for previous patch's addition of a src/port file

Started by Tom Laneover 14 years ago2 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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?)

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8cae5810ebaaabb54171d9953bdd9cc802f0d135

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

#2Magnus Hagander
magnus@hagander.net
In reply to: Tom Lane (#1)
Re: pgsql: Fix MSVC builds for previous patch's addition of a src/port file

On Wed, Feb 29, 2012 at 06:24, Tom Lane <tgl@sss.pgh.pa.us> 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/