]> sjero.net Git - linphone/blob - gen-gtkfilelist.sh
Merge branch 'master' into dev_sal
[linphone] / gen-gtkfilelist.sh
1 #!/bin/sh
2 # this script is used to generate a file list of gtk+ files necessary for
3 # execution. This is useful for generating linphone packages.
4 # It must be run within a gtk+ binary bundle tree, such as in the zip bundle
5 # downloadable from www.gtk.org
6 echo bin
7 echo bin/libglade-2.0-0.dll
8 find bin -name *.dll
9 find lib/gtk-2.0
10 find etc
11 find share/locale/fr
12 find share/locale/de
13 find share/locale/sv
14 find share/locale/cs
15 find share/locale/es
16 find share/locale/hu
17 find share/locale/it
18 find share/locale/ja
19 find share/locale/nl
20 find share/locale/pl
21 find share/locale/ru
22 find share/locale/pt_BR
23 find share/themes
24