Document that bcc compiles now need the -N flag, backpatch to 8.0.X.
authorBruce Momjian <bruce@momjian.us>
Wed, 11 May 2005 15:10:56 +0000 (15:10 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 11 May 2005 15:10:56 +0000 (15:10 +0000)
doc/src/sgml/install-win32.sgml

index 6ed065c6e0dfa9497a7b43e08de370ea8597b436..03e765a98d1faba12034e517c0fb2c7d6b874435 100644 (file)
@@ -47,7 +47,7 @@ $PostgreSQL$
   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>