Update win32 build to use aqbanking-2.2.7.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15517 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2007-02-07 10:10:02 +00:00
parent 4de5b3b8e4
commit 20032113d1
2 changed files with 4 additions and 3 deletions

View File

@ -183,7 +183,7 @@ LIBOFX_PATCH=`pwd`/libofx-0.8.3-patch.diff
GWENHYWFAR_URL="$SF_MIRROR/gwenhywfar/gwenhywfar-2.5.2.tar.gz" GWENHYWFAR_URL="$SF_MIRROR/gwenhywfar/gwenhywfar-2.5.2.tar.gz"
GWENHYWFAR_DIR=$GLOBAL_DIR\\gwenhywfar GWENHYWFAR_DIR=$GLOBAL_DIR\\gwenhywfar
AQBANKING_URL="$SF_MIRROR/aqbanking/aqbanking-2.2.5.tar.gz" AQBANKING_URL="$SF_MIRROR/aqbanking/aqbanking-2.2.7.tar.gz"
AQBANKING_DIR=$GLOBAL_DIR\\aqbanking AQBANKING_DIR=$GLOBAL_DIR\\aqbanking
## ##

View File

@ -707,9 +707,10 @@ function inst_aqbanking() {
./configure \ ./configure \
--with-gwen-dir=${_GWENHYWFAR_UDIR} \ --with-gwen-dir=${_GWENHYWFAR_UDIR} \
--with-frontends="cbanking" \ --with-frontends="cbanking" \
--with-backends="aqdtaus aqhbci" \ --with-backends="aqdtaus aqhbci aqofxconnect" \
CPPFLAGS="-I${_LIBOFX_UDIR}/include \
LDFLAGS="-L${_LIBOFX_UDIR}/lib" \
--prefix=${_AQBANKING_UDIR} --prefix=${_AQBANKING_UDIR}
# With aqbanking-2.2.7, this will go as follows: --with-backends="aqdtaus aqhbci aqofxconnect" CPPFLAGS="-I${_LIBOFX_UDIR}/include LDFLAGS="-L${_LIBOFX_UDIR}/lib"
make make
make install make install
qpopd qpopd