From 432ea3cffdfc49eeaf11f9ef31970c69ec38cd63 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 18 Apr 2007 13:50:09 +0000 Subject: Enable building of 64-bit libpq using visual studio 8 and the win32.mak file. Enable building with kerberos support using the win32.mak file. Hiroshi Saito + me --- doc/src/sgml/install-win32.sgml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index a304df09f34..f88e17aef32 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,4 +1,4 @@ - + Installation on <productname>Windows</productname> @@ -360,7 +360,7 @@ Borland C++ - Using Visual Studio 6.0 or + Using Visual C++ 6.0-8.0 or Borland C++ to build libpq is only recommended if you need a version with different debug/release flags, or if you need a static library to link into an application. For normal use the @@ -370,12 +370,23 @@ To build the libpq client library using - Visual Studio 6.0, change into the + Visual Studio 6.0 or later, change into the src directory and type the command nmake /f win32.mak + + To build a 64-bit version of the libpq + client library using Visual Studio 8.0 or + later, change into the src + directory and type in the command + +nmake /f win32.mak CPU=AMD64 + + See the win32.mak file for further details + about supported variables. + To build the libpq client library using -- cgit v1.2.3