Document that bcc compiles now need the -N flag, backpatch to 8.0.X.

This commit is contained in:
Bruce Momjian 2005-05-11 15:10:56 +00:00
parent f7fa826041
commit 4401b762c2

View File

@ -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"> <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 C++</productname>, change into the <filename>src</filename> directory
and type the command and type the command
<screen> <screen>
<userinput>make -DCFG=Release /f bcc32.mak</userinput> <userinput>make -N -DCFG=Release /f bcc32.mak</userinput>
</screen> </screen>
</para> </para>