summaryrefslogtreecommitdiff
path: root/doc/src/sgml/install-win32.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-04-27 16:27:36 +0000
committerBruce Momjian <bruce@momjian.us>2009-04-27 16:27:36 +0000
commitba36c48e39747678412d48bcbf6ed14cb2dc8ddf (patch)
tree2b4732346ff27c20b3ec0bc073c60aae86a6f751 /doc/src/sgml/install-win32.sgml
parent23a9ac618e87ec1ef07a1901b62d3823d97e8cdd (diff)
Proofreading adjustments for first two parts of documentation (Tutorial
and SQL).
Diffstat (limited to 'doc/src/sgml/install-win32.sgml')
-rw-r--r--doc/src/sgml/install-win32.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml
index b5789f57588..6235a1d3823 100644
--- a/doc/src/sgml/install-win32.sgml
+++ b/doc/src/sgml/install-win32.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.51 2009/01/09 13:37:18 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.52 2009/04/27 16:27:35 momjian Exp $ -->
<chapter id="install-win32">
<title>Installation from Source Code on <productname>Windows</productname></title>
@@ -383,7 +383,7 @@
<para>
To build the <application>libpq</application> client library using
<productname>Visual Studio 7.1 or later</productname>, change into the
- <filename>src</filename> directory and type the command
+ <filename>src</filename> directory and type the command:
<screen>
<userinput>nmake /f win32.mak</userinput>
</screen>
@@ -392,7 +392,7 @@
To build a 64-bit version of the <application>libpq</application>
client library using <productname>Visual Studio 8.0 or
later</productname>, change into the <filename>src</filename>
- directory and type in the command
+ directory and type in the command:
<screen>
<userinput>nmake /f win32.mak CPU=AMD64</userinput>
</screen>
@@ -403,7 +403,7 @@
<para>
To build the <application>libpq</application> client library using
<productname>Borland C++</productname>, change into the
- <filename>src</filename> directory and type the command
+ <filename>src</filename> directory and type the command:
<screen>
<userinput>make -N -DCFG=Release /f bcc32.mak</userinput>
</screen>