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>
<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>
</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>