[Xfce4-commits] <midori:master> makedist.midori: Ensure that iconv.dll is copied into archive
Christian Dywan
noreply at xfce.org
Tue Feb 28 23:56:05 CET 2012
Updating branch refs/heads/master
to 271cdf670bcf9a1e384d265a5a0ade5b2905fd69 (commit)
from 17cccfb6728b2d04ae2a2524e19056c22ee534ca (commit)
commit 271cdf670bcf9a1e384d265a5a0ade5b2905fd69
Author: Paweł Forysiuk <tuxator at o2.pl>
Date: Mon Feb 27 01:13:58 2012 +0100
makedist.midori: Ensure that iconv.dll is copied into archive
win32/makedist/makedist.midori | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index edc9327..6c79e96 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -102,6 +102,7 @@ echo -n .
pushd $root_dir/bin > /dev/null
dll_recursive midori*.exe gspawn-*-helper*.exe libhunspell*.dll > $temp_dir/midori.exe.lst
dll_recursive ../lib/gio/modules/*.dll >> $temp_dir/midori.exe.lst
+dll_recursive iconv.dll >> $temp_dir/midori.exe.lst
if [ "$DEBUG_BUILD" != "" ]; then
dll_recursive gdb.exe GtkLauncher.exe >> $temp_dir/midori.exe.lst
More information about the Xfce4-commits
mailing list