[Xfce4-commits] <midori:master> makedist.midori: Support for glib-networking would be nice too

Christian Dywan noreply at xfce.org
Fri Feb 10 23:44:10 CET 2012


Updating branch refs/heads/master
         to 63e68a63e3d344cf31b8c81e38d61ff6a2279f5f (commit)
       from 1d700e4ca49dba6222bfc04d76c77aa1e425e129 (commit)

commit 63e68a63e3d344cf31b8c81e38d61ff6a2279f5f
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Thu Feb 9 01:28:45 2012 +0100

    makedist.midori: Support for glib-networking would be nice too

 win32/makedist/makedist.midori |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index 79af0ed..fad63e1 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 .
 


More information about the Xfce4-commits mailing list