diff options
| author | Daniel Bovensiepen <[email protected]> | 2013-04-27 16:50:08 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2013-04-27 16:50:08 +0800 |
| commit | 498821cfdbfe081322e4846e2faa4ba9e8030e13 (patch) | |
| tree | 492f12316d1b12a3f03935f1b5a3671ac37c92e1 | |
| parent | 7fbf615d379ad033496ac8c15d3d2ec1b13e99a3 (diff) | |
| download | mruby-498821cfdbfe081322e4846e2faa4ba9e8030e13.tar.gz mruby-498821cfdbfe081322e4846e2faa4ba9e8030e13.zip | |
Use gembox for default build
| -rw-r--r-- | build_config.rb | 57 |
1 files changed, 2 insertions, 55 deletions
diff --git a/build_config.rb b/build_config.rb index 31d20d4fa..cb98ae380 100644 --- a/build_config.rb +++ b/build_config.rb @@ -11,61 +11,8 @@ MRuby::Build.new do |conf| # conf.gem :github => 'masuidrive/mrbgems-example', :branch => 'master' # conf.gem :git => '[email protected]:masuidrive/mrbgems-example.git', :branch => 'master', :options => '-v' - # Use standard Kernel#sprintf method - conf.gem "#{root}/mrbgems/mruby-sprintf" - - # Use standard print/puts/p - conf.gem "#{root}/mrbgems/mruby-print" - - # Use standard Math module - conf.gem "#{root}/mrbgems/mruby-math" - - # Use standard Time class - conf.gem "#{root}/mrbgems/mruby-time" - - # Use standard Struct class - conf.gem "#{root}/mrbgems/mruby-struct" - - # Use extensional Enumerable module - conf.gem "#{root}/mrbgems/mruby-enum-ext" - - # Use extensional String class - conf.gem "#{root}/mrbgems/mruby-string-ext" - - # Use extensional Numeric class - conf.gem "#{root}/mrbgems/mruby-numeric-ext" - - # Use extensional Array class - conf.gem "#{root}/mrbgems/mruby-array-ext" - - # Use extensional Hash class - conf.gem "#{root}/mrbgems/mruby-hash-ext" - - # Use extensional Range class - conf.gem "#{root}/mrbgems/mruby-range-ext" - - # Use extensional Proc class - conf.gem "#{root}/mrbgems/mruby-proc-ext" - - # Use extensional Symbol class - conf.gem "#{root}/mrbgems/mruby-symbol-ext" - - # Use Random class - conf.gem "#{root}/mrbgems/mruby-random" - - # No use eval method - # conf.gem "#{root}/mrbgems/mruby-eval" - - - # Generate binaries - # conf.bins = %w(mrbc) - - # Generate mirb command - conf.gem "#{root}/mrbgems/mruby-bin-mirb" - - # Generate mruby command - conf.gem "#{root}/mrbgems/mruby-bin-mruby" - + # include the default GEMs + conf.gembox 'full-core' # C compiler settings # conf.cc do |cc| |
