From 3f0245cb241e6b500fe9f12c62514cc58eef33fe Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 3 Aug 2007 10:47:11 +0000 Subject: Update supported standalone VC++ version to 7.1+ only, and fix some bad data leftover in win32.mak. Per request from Hiroshi Saito. --- doc/src/sgml/install-win32.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index f88e17aef32..9d96abeaa8d 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,4 +1,4 @@ - + Installation on <productname>Windows</productname> @@ -24,7 +24,7 @@ built for older versions of Windows using Cygwin. Finally, the client access library (libpq) can be built using - Visual C++ 6.0 or + Visual C++ 7.1 or Borland C++ for compatibility with statically linked applications built using these tools. @@ -360,7 +360,7 @@ Borland C++ - Using Visual C++ 6.0-8.0 or + Using Visual C++ 7.1-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,7 +370,7 @@ To build the libpq client library using - Visual Studio 6.0 or later, change into the + Visual Studio 7.1 or later, change into the src directory and type the command nmake /f win32.mak -- cgit v1.2.3