]> sjero.net Git - linphone/blob - gen-gtkfilelist.sh
Use static lib for xml2lpc and lpc2xml
[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 find bin -name *.dll
8 find lib/gtk-2.0
9 find etc
10 find share/locale/fr
11 find share/locale/de
12 find share/locale/sv
13 find share/locale/cs
14 find share/locale/es
15 find share/locale/hu
16 find share/locale/it
17 find share/locale/ja
18 find share/locale/nl
19 find share/locale/pl
20 find share/locale/ru
21 find share/locale/pt_BR
22 find share/themes
23