summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:58:55 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:58:55 +0100
commit7ed7256e9716118f0e9d8bc728c006bcf1f3cbf8 (patch)
tree701d18fd4a2300bc63e63ce430fc7d175274f998 /tools
parent06ea8f41dfe38ffc35098362ee7f754a014fa481 (diff)
downloadffi-efl-7ed7256e9716118f0e9d8bc728c006bcf1f3cbf8.zip
ffi-efl-7ed7256e9716118f0e9d8bc728c006bcf1f3cbf8.tar.gz
parse elm_debug.h, generate elm_debug.rb
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index a4bcf58..c457017 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -389,7 +389,7 @@ libs << elm_h('elm_colorselector.h', 'ElmColorSelector')
#libs << elm_h('elm_config.h', 'ElmConfig')
#libs << elm_h('elm_conform.h', 'ElmConform')
libs << elm_h('elm_cursor.h', 'ElmCursor')
-#libs << elm_h('elm_debug.h', 'ElmDebug')
+libs << elm_h('elm_debug.h', 'ElmDebug')
libs << elm_h('elm_diskselector.h', 'ElmDiskSelector', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"])
#libs << elm_h('elm_engine.h', 'ElmEngine')
#libs << elm_h('elm_factory.h', 'ElmFactory')