summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 14:53:14 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 14:53:14 +0100
commit31656c652ea2dd77ed0aa2180635a2b41a543c01 (patch)
treeac8053ec6fe2413e4bbecd2300ab462539751ca2 /tools/genruby.rb
parentc858ea430f766c94b5f9ca1cb716306b8b6d7031 (diff)
downloadffi-efl-31656c652ea2dd77ed0aa2180635a2b41a543c01.zip
ffi-efl-31656c652ea2dd77ed0aa2180635a2b41a543c01.tar.gz
parse elm_button.h, generate elm_button.rb
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index a706e5e..0874c59 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -393,7 +393,12 @@ libs << {
libs << {
:lib=>ELM_LIB,:header=>'elm_box.h',
:modname=>'ElmBox', :prefix=>'elm_box', :outfile=>'elm/elm_box.rb',
- :requires=>["#{NATIVE}/edje","#{NATIVE}/elementary"], :constants=>[]
+ :requires=>["#{NATIVE}/elementary"], :constants=>[]
+}
+libs << {
+ :lib=>ELM_LIB,:header=>'elm_button.h',
+ :modname=>'ElmButton', :prefix=>'elm_button', :outfile=>'elm/elm_button.rb',
+ :requires=>["#{NATIVE}/elementary"], :constants=>[]
}
Dir.mkdir lib_path unless (File.exists? lib_path)
#