|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.23 2004/12/27 20:13:47 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.24 2005/05/11 15:10:20 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <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
|
47 | 47 | C++</productname>, change into the <filename>src</filename> directory
|
48 | 48 | and type the command
|
49 | 49 | <screen>
|
50 |
| -<userinput>make -DCFG=Release /f bcc32.mak</userinput> |
| 50 | +<userinput>make -N -DCFG=Release /f bcc32.mak</userinput> |
51 | 51 | </screen>
|
52 | 52 | </para>
|
53 | 53 |
|
|