summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/build_tasks.rb
AgeCommit message (Collapse)Author
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb
2012-12-26replace all slash to backslash in `cd /path/to/folder` for windows.mattn
2012-12-24Support GEM_LIBS_LIST in Makefile4gemMATSUMOTO Ryosuke
2012-12-22Merge pull request #668 from matsumoto-r/support_gem_flags_listYukihiro "Matz" Matsumoto
Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS
2012-12-22Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGSMATSUMOTO Ryosuke
Other apps using mruby like mod_mruby easy to link mrbgems dynamically by MakefileGemList
2012-12-22Added MRUBY_LIBS to mrbgems MakefileYuichiro MASUI
2012-12-22Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgemsYuichiro MASUI
2012-12-18Merge pull request #639 from mattn/fix_buildYukihiro "Matz" Matsumoto
fix build
2012-12-18"#{MRUBY_ROOT}/mrbgems/g" add to the default search pathAkira Yumiyama
2012-12-18fix build: add LIBS flag. and fix quoted arguments on windows.mattn
2012-12-17Moved some building script from GNU make to Ruby scriptYuichiro MASUI
Added minirake what's Rake subset
2012-12-16Moved some building script from GNU make to Ruby scriptYuichiro MASUI
Added minirake what's Rake subset