summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Momjian2005-05-11 15:10:56 +0000
committerBruce Momjian2005-05-11 15:10:56 +0000
commit4401b762c2e0a9472cfc7b4398638b5b7058214e (patch)
tree30b7dd44faad635c52749c4648c89e62f74a1cde /doc
parentf7fa826041f04bbd7859d4a1d3854c70b725029d (diff)
Document that bcc compiles now need the -N flag, backpatch to 8.0.X.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/install-win32.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml
index cb79912a38e..c35ae9da48a 100644
--- a/doc/src/sgml/install-win32.sgml
+++ b/doc/src/sgml/install-win32.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.23 2004/12/27 20:13:47 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.23.4.1 2005/05/11 15:10:56 momjian Exp $
-->
<chapter id="install-win32">
@@ -47,7 +47,7 @@ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.23 2004/12/27 20:13:47 tg
C++</productname>, change into the <filename>src</filename> directory
and type the command
<screen>
-<userinput>make -DCFG=Release /f bcc32.mak</userinput>
+<userinput>make -N -DCFG=Release /f bcc32.mak</userinput>
</screen>
</para>