Обсуждение: pgsql: Fix MSVC builds for previous patch's addition of a src/port file

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)


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

От
Magnus Hagander
Дата:
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/