diff options
| author | Yuichiro MASUI <[email protected]> | 2012-12-29 05:37:55 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-01-03 02:24:15 +0900 |
| commit | 7c469c0b9dadd1de09fed18c3e5cc551012c38c1 (patch) | |
| tree | b79aa703ef7c528896c4f1be8280d0691314008b /mrbgems/generate_gem_srclib.rb | |
| parent | a48fc0d7952ad1f10ae777637269fe6a3f9ad0a2 (diff) | |
| download | mruby-7c469c0b9dadd1de09fed18c3e5cc551012c38c1.tar.gz mruby-7c469c0b9dadd1de09fed18c3e5cc551012c38c1.zip | |
Rebuild CRuby based building script without Makefile
Tested CRuby 1.8.6 and 1.9.3
You can see building configuration in build_config.rb
Diffstat (limited to 'mrbgems/generate_gem_srclib.rb')
| -rw-r--r-- | mrbgems/generate_gem_srclib.rb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/mrbgems/generate_gem_srclib.rb b/mrbgems/generate_gem_srclib.rb deleted file mode 100644 index 7a0d437eb..000000000 --- a/mrbgems/generate_gem_srclib.rb +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env ruby - -gemname = ARGV.shift.gsub('-', '_') - -puts <<__EOF__ -/* - * This file is loading the irep - * Ruby GEM code. - * - * IMPORTANT: - * This file was generated! - * All manual changes will get lost. - */ -#include "mruby.h" - -void mrb_#{gemname}_gem_init(mrb_state*); - -void -GENERATED_TMP_mrb_#{gemname}_gem_init(mrb_state *mrb) -{ - mrb_#{gemname}_gem_init(mrb); -} -__EOF__
\ No newline at end of file |
