]> spindle.queued.net Git - midori/commitdiff
makedist.midori: Support for glib-networking would be nice too
authorPaweł Forysiuk <tuxator@o2.pl>
Thu, 9 Feb 2012 00:28:45 +0000 (01:28 +0100)
committerChristian Dywan <christian@twotoasts.de>
Fri, 10 Feb 2012 22:42:51 +0000 (23:42 +0100)
win32/makedist/makedist.midori

index 79af0eda994ce9d6ee2b9b0992b0fd2a346c80c7..fad63e1717c8597423d523b262e96b069fb403cf 100755 (executable)
@@ -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 .