*** pgsql/doc/src/sgml/install-win32.sgml 2009/01/09 13:37:18 1.51 --- pgsql/doc/src/sgml/install-win32.sgml 2009/04/27 16:27:35 1.52 *************** *** 1,4 **** ! Installation from Source Code on <productname>Windows</productname> --- 1,4 ---- ! Installation from Source Code on <productname>Windows</productname> *************** *** 383,389 **** To build the libpq client library using Visual Studio 7.1 or later, change into the ! src directory and type the command nmake /f win32.mak --- 383,389 ---- To build the libpq client library using Visual Studio 7.1 or later, change into the ! src directory and type the command: nmake /f win32.mak *************** *** 392,398 **** 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 --- 392,398 ---- 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 *************** *** 403,409 **** To build the libpq client library using Borland C++, change into the ! src directory and type the command make -N -DCFG=Release /f bcc32.mak --- 403,409 ---- To build the libpq client library using Borland C++, change into the ! src directory and type the command: make -N -DCFG=Release /f bcc32.mak