summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-26 15:13:37 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-26 15:13:37 +0100
commitb9efc92cb88010a24b0a7db1dbd97d274b0504f2 (patch)
tree6e7e74f70e2f24e9718027a973c3bb560ff00b35 /tools/genruby.rb
parente9f7b682ae1720337c40c2b4b271484f00fbce91 (diff)
downloadffi-efl-b9efc92cb88010a24b0a7db1dbd97d274b0504f2.zip
ffi-efl-b9efc92cb88010a24b0a7db1dbd97d274b0504f2.tar.gz
parse and generate elm_general and elm_tooltip
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index bd1f154..9b9706a 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -332,6 +332,15 @@ libs << {
:modname=>'Elm', :prefix=>'elm', :outfile=>'elementary.rb',
:requires=>['efl/native/evas'], :constants=>[]
}
+libs << {
+ :lib=>'elementary-ver-pre-svn-09.so.0',:header=>'elm_general.h',
+ :modname=>'Elm', :prefix=>'elm', :outfile=>'elm/elm_general.rb',
+ :requires=>['efl/native/elementary'], :constants=>[]
+}
+libs << {
+ :lib=>'elementary-ver-pre-svn-09.so.0',:header=>'elm_tooltip.h',
+ :modname=>'Elm', :prefix=>'elm', :outfile=>'elm/elm_tooltip.rb',
+ :requires=>['efl/native/elementary'], :constants=>[]
}
Dir.mkdir lib_path unless (File.exists? lib_path)
#