diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-29 17:20:00 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-29 17:20:00 +0100 | 
| commit | 12f90a99542647e2c18c69702cc9c83fc2920059 (patch) | |
| tree | e007354f4cd8f62a724c997745009e171883a908 /tools | |
| parent | 3b43739a0fe76ee72ac9b8a7a612b8a997151f83 (diff) | |
| download | ffi-efl-12f90a99542647e2c18c69702cc9c83fc2920059.zip ffi-efl-12f90a99542647e2c18c69702cc9c83fc2920059.tar.gz  | |
parse elm_conform.h, generate elm_conform.rb
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/genruby.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 5031d15..9b4598b 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -387,7 +387,7 @@ libs << elm_h('elm_clock.h', 'ElmClock')  #libs << elm_h('elm_cnp.h', 'ElmCnp')  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_conform.h', 'ElmConform')  libs << elm_h('elm_cursor.h', 'ElmCursor')  libs << elm_h('elm_debug.h', 'ElmDebug')  libs << elm_h('elm_diskselector.h', 'ElmDiskSelector', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"])  | 
