From 5d93742b8df731c843037f40dd5f818fa886eb50 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 10 Feb 2000 15:47:58 +0000 Subject: [PATCH] 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 --- doc/src/sgml/install-win32.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 303ec7f307..b002c8c395 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -20,8 +20,9 @@ manually in other cases. To build the libraries, change directory into the src -directory, and type the command +directory, and type the commands +copy include\config.h.win32 include\config.h nmake /f win32.mak This assumes that you have Visual C++ in your