From: Paweł Forysiuk Date: Thu, 9 Feb 2012 00:28:45 +0000 (+0100) Subject: makedist.midori: Support for glib-networking would be nice too X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63e68a63e3d344cf31b8c81e38d61ff6a2279f5f;p=midori makedist.midori: Support for glib-networking would be nice too --- diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori index 79af0eda..fad63e17 100755 --- a/win32/makedist/makedist.midori +++ b/win32/makedist/makedist.midori @@ -97,6 +97,7 @@ echo -n . # auto generate dll list, only of existing files 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 files=`ls | cat - $temp_dir/midori.exe.lst | sort | uniq -d` rm $temp_dir/midori.exe.lst popd > /dev/null @@ -123,6 +124,7 @@ grab_files lib gtk-2.0 grab_files lib engines grab_files lib enchant +grab_files lib gio echo -n .