From 4c9f5ead89395e6cbf1b303c6e90cec3277c6b8d Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 29 Dec 2011 21:58:51 +0000 Subject: [PATCH] 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 --- packaging/win32/dist-impl.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/win32/dist-impl.sh b/packaging/win32/dist-impl.sh index 86b8bd94c5..df523403ca 100755 --- a/packaging/win32/dist-impl.sh +++ b/packaging/win32/dist-impl.sh @@ -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() {