Prep release 09.01.0100.
authorHiroshi Saito <hiroshi@winpg.jp>
Thu, 29 Dec 2011 10:15:58 +0000 (10:15 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Thu, 29 Dec 2011 10:15:58 +0000 (10:15 +0000)
docs/win32-compilation.html

index 55ffe3e1ce4ad283a2910614a5f5b7c0e49f88d1..4adb6c5f4024cd18ebd381fab221b56c254722b1 100644 (file)
@@ -35,7 +35,7 @@ can be used with Microsoft Visual C++ 2005 Edition (including the Express editio
      Preparation before the build:
 </p>
 <ol>
-  <li>The Windows distribution of PostgreSQL will install the required headers and libraries into C:\Program Files\PostgreSQL\9.0
+  <li>The Windows distribution of PostgreSQL will install the required headers and libraries into C:\Program Files\PostgreSQL\9.1
   <li>OpenSSL should be installed into C:\OpenSSL (OpenSSL binaries can be downloaded from <a href="http://www.slproweb.com/products/Win32OpenSSL.html">http://www.slproweb.com/products/Win32OpenSSL.html</a>)
 </li></ol>
 
@@ -54,7 +54,8 @@ The default build settings will create the following driver:
 
 <ol>
 <li>UNICODE support.
-<li>libpq.dll is used, therefore, SSL and Kerberos are supported.
+<li>libpq and SSL equipped are supported.
+<li>Kerberos are supported peculiar by psqlODBC.
 <li>ODBCVER is 0x0351. 
 <li>The driver filename is "psqlodbc35w.dll".</li></ol>
                
@@ -97,11 +98,11 @@ The following build options may be used:
     </tr>
   <tr>
     <td>PG_INC</td>
-    <td>$(PROGRAMFILES)\PostgreSQL\9.0\include</td>
+    <td>$(PROGRAMFILES)\PostgreSQL\9.1\include</td>
     </tr>
   <tr>
     <td>PG_LIB</td>
-    <td>$(PROGRAMFILES)\PostgreSQL\9.0\lib\ms</td>
+    <td>$(PROGRAMFILES)\PostgreSQL\9.1\lib\ms</td>
     </tr>
   <tr>
     <td>SSL_INC</td>