pgsql: Detect a 64-bit build environment on Windows, and generate the

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Detect a 64-bit build environment on Windows, and generate the
Date: 2010-01-01 17:34:25
Message-ID: 20100101173425.85189753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Detect a 64-bit build environment on Windows, and generate the appropriate
project files.

Based on the work of Tsutomu Yamada, but much refactored.

Modified Files:
--------------
pgsql/src/tools/msvc:
Project.pm (r1.22 -> r1.23)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Project.pm?r1=1.22&r2=1.23)
Solution.pm (r1.50 -> r1.51)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm?r1=1.50&r2=1.51)
gendef.pl (r1.8 -> r1.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/gendef.pl?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-01-01 18:41:42 Re: pgsql: Add missing 'static' tag.
Previous Message Magnus Hagander 2010-01-01 16:58:53 pgsql: Delete solution cache file on clean, if it exists.