r15517 - gnucash/trunk/packaging/win32 - Update win32 build to use aqbanking-2.2.7.

Christian Stimming cstim at cvs.gnucash.org
Wed Feb 7 05:10:03 EST 2007


Author: cstim
Date: 2007-02-07 05:10:02 -0500 (Wed, 07 Feb 2007)
New Revision: 15517
Trac: http://svn.gnucash.org/trac/changeset/15517

Modified:
   gnucash/trunk/packaging/win32/custom.sh
   gnucash/trunk/packaging/win32/install.sh
Log:
Update win32 build to use aqbanking-2.2.7.

Modified: gnucash/trunk/packaging/win32/custom.sh
===================================================================
--- gnucash/trunk/packaging/win32/custom.sh	2007-02-07 10:09:03 UTC (rev 15516)
+++ gnucash/trunk/packaging/win32/custom.sh	2007-02-07 10:10:02 UTC (rev 15517)
@@ -183,7 +183,7 @@
 GWENHYWFAR_URL="$SF_MIRROR/gwenhywfar/gwenhywfar-2.5.2.tar.gz"
 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
 ##
 

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-02-07 10:09:03 UTC (rev 15516)
+++ gnucash/trunk/packaging/win32/install.sh	2007-02-07 10:10:02 UTC (rev 15517)
@@ -707,9 +707,10 @@
 	    ./configure \
 		--with-gwen-dir=${_GWENHYWFAR_UDIR} \
 		--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}
-	    # 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 install
 	qpopd



More information about the gnucash-changes mailing list