pgsql-win32.tar.gz which provides client access to a postgresql library has been updated to add

some needed DLLs.  Unfortunately, unlike mysql, postgresql does not provide a pre-built win32
package containing the client side include files and libraries.  pgsql-win32.tar.gz is a set of
files taken from a full windows installation.

With the new pgsql-win32.tar.gz, to compile on win32, you will need to delete your
pgsql directory and downloads/pgsql-win32.tar.gz file i.e.:

    cd /c/soft
	rm downloads/pgsql-win32.tar.gz
	rm -rf pgsql



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18175 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Phil Longstaff 2009-07-04 19:12:56 +00:00
parent 14058ec397
commit 095f6a6d0c

View File

@ -198,6 +198,7 @@ function dist_libdbi() {
cp -a ${_SQLITE3_UDIR}/lib/* ${DIST_UDIR}/lib
cp -a ${_MYSQL_LIB_UDIR}/bin/* ${DIST_UDIR}/bin
cp -a ${_MYSQL_LIB_UDIR}/lib/* ${DIST_UDIR}/lib
cp -a ${_PGSQL_UDIR}/bin/* ${DIST_UDIR}/bin
cp -a ${_PGSQL_UDIR}/lib/* ${DIST_UDIR}/lib
cp -a ${_LIBDBI_UDIR}/bin/* ${DIST_UDIR}/bin
cp -a ${_LIBDBI_UDIR}/lib/* ${DIST_UDIR}/lib