Final step of updating to AQBanking5

Ktoblzcheck needs the current libstdc++-6 and libgcc_s_dw2-1 from the mingw directory.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/2.4@21794 57a11ea4-9604-0410-9ed3-97b8803252fd
2.4
John Ralls 15 years ago
parent ca23fc674d
commit 4c9f5ead89

@ -48,6 +48,7 @@ Please set AQBANKING_WITH_QT to yes and rerun install.sh first."
_WEBKIT_UDIR=`unix_path $WEBKIT_DIR`
_ISOCODES_UDIR=`unix_path $ISOCODES_DIR`
_MINGW_WFSDIR=`win_fs_path $MINGW_DIR`
_MINGW_UDIR=`unix_path $MINGW_DIR`
add_to_env $_UNZIP_UDIR/bin PATH # unzip
add_to_env $_GNOME_UDIR/bin PATH # gconftool-2
add_to_env $_EXETYPE_UDIR/bin PATH # exetype
@ -208,6 +209,8 @@ function dist_ktoblzcheck() {
setup ktoblzcheck
# dll is already copied in dist_gwenhywfar
cp -a ${_GWENHYWFAR_UDIR}/share/ktoblzcheck ${DIST_UDIR}/share
cp -a ${_MINGW_UDIR}/bin/libstdc++-6.dll ${DIST_UDIR}/bin
cp -a ${_MINGW_UDIR}/bin/libgcc_s_dw2-1.dll ${DIST_UDIR}/bin
}
function dist_aqbanking() {

Loading…
Cancel
Save