summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-26 16:07:31 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-26 16:07:31 +0100
commitfdda52941d977938b5c14086e81ee6bf6f17fd49 (patch)
tree92b41e7735176ef16086b7985a79ee7bb6276a58 /tools/genruby.rb
parent73e973d5f634898c5ae137ad61e7e9ce5c1ae775 (diff)
downloadffi-efl-fdda52941d977938b5c14086e81ee6bf6f17fd49.zip
ffi-efl-fdda52941d977938b5c14086e81ee6bf6f17fd49.tar.gz
parse elm_object_item.h and generate native/elm/elm_object_item.rb
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 9b9706a..e36eef2 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -342,6 +342,11 @@ libs << {
:modname=>'Elm', :prefix=>'elm', :outfile=>'elm/elm_tooltip.rb',
:requires=>['efl/native/elementary'], :constants=>[]
}
+libs << {
+ :lib=>'elementary-ver-pre-svn-09.so.0',:header=>'elm_object_item.h',
+ :modname=>'Elm', :prefix=>'elm_object_item', :outfile=>'elm/elm_object_item.rb',
+ :requires=>['efl/native/elementary','efl/native/elm/elm_general','efl/native/elm/elm_tooltip'], :constants=>[]
+}
Dir.mkdir lib_path unless (File.exists? lib_path)
#
libs.each do |lib|