From: Bruce Momjian Date: Wed, 11 May 2005 15:10:20 +0000 (+0000) Subject: Document that bcc compiles now need the -N flag, backpatch to 8.0.X. X-Git-Tag: REL8_1_0BETA1~816 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1931e259a085702131bdde9f7d103b973ce19908;p=thirdparty%2Fpostgresql.git Document that bcc compiles now need the -N flag, backpatch to 8.0.X. --- diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index cb79912a38e..136aa931001 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,5 +1,5 @@ @@ -47,7 +47,7 @@ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.23 2004/12/27 20:13:47 tg C++, change into the src directory and type the command -make -DCFG=Release /f bcc32.mak +make -N -DCFG=Release /f bcc32.mak