aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-02-10 15:47:58 +0000
committerBruce Momjian <bruce@momjian.us>2000-02-10 15:47:58 +0000
commit5d93742b8df731c843037f40dd5f818fa886eb50 (patch)
tree7f8cf7d7bda14214c8bbe7d59d44489ad80b4d63
parentb1b8fc813f10f9e8942ad12c912d0651eea889ec (diff)
downloadpostgresql-5d93742b8df731c843037f40dd5f818fa886eb50.tar.gz
postgresql-5d93742b8df731c843037f40dd5f818fa886eb50.zip
You will need to copy "config.h.win32" to "config.h" in the include
directory. I think this patch to the docs should be what is needed. Magnus Hagander
-rw-r--r--doc/src/sgml/install-win32.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml
index 303ec7f307c..b002c8c3958 100644
--- a/doc/src/sgml/install-win32.sgml
+++ b/doc/src/sgml/install-win32.sgml
@@ -20,8 +20,9 @@ manually in other cases.
<Para>
To build the libraries, change directory into the <filename>src</filename>
-directory, and type the command
+directory, and type the commands
<programlisting>
+copy include\config.h.win32 include\config.h
nmake /f win32.mak
</programlisting>
This assumes that you have <ProductName>Visual C++</ProductName> in your