r21794 - gnucash/branches/2.4/packaging/win32 - Final step of updating to AQBanking5

John Ralls jralls at code.gnucash.org
Thu Dec 29 16:58:51 EST 2011


Author: jralls
Date: 2011-12-29 16:58:51 -0500 (Thu, 29 Dec 2011)
New Revision: 21794
Trac: http://svn.gnucash.org/trac/changeset/21794

Modified:
   gnucash/branches/2.4/packaging/win32/dist-impl.sh
Log:
Final step of updating to AQBanking5

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

Modified: gnucash/branches/2.4/packaging/win32/dist-impl.sh
===================================================================
--- gnucash/branches/2.4/packaging/win32/dist-impl.sh	2011-12-29 21:36:35 UTC (rev 21793)
+++ gnucash/branches/2.4/packaging/win32/dist-impl.sh	2011-12-29 21:58:51 UTC (rev 21794)
@@ -48,6 +48,7 @@
     _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 @@
     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() {



More information about the gnucash-changes mailing list