Commit Graph

15 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto b42d17adb3 Merge pull request #668 from matsumoto-r/support_gem_flags_list
Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS
2012-12-22 07:40:51 -08:00
MATSUMOTO Ryosuke b6c39975ab Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS
Other apps using mruby like mod_mruby easy to link mrbgems dynamically by MakefileGemList
2012-12-22 23:30:37 +09:00
Yuichiro MASUI a2ae2a3923 Added MRUBY_LIBS to mrbgems Makefile 2012-12-22 21:53:42 +09:00
Yuichiro MASUI dee0b2283c Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems 2012-12-22 01:38:06 +09:00
Yuichiro MASUI 8f9105d21a Moved some building script from GNU make to Ruby script
Added minirake what's Rake subset
2012-12-17 02:19:46 +09:00
Daniel Bovensiepen 5ed922442c Fixes the dash issue for pure Ruby GEMs 2012-12-11 13:19:51 +08:00
Daniel Bovensiepen 38abf3ba87 Improve cleanup target for mixed C and Ruby GEMs 2012-12-11 12:36:22 +08:00
Daniel Bovensiepen b68fa6f90f mrbgems: make calls to every GEM contain now also the include path to the header files of every GEM. 2012-12-08 15:30:34 +08:00
Daniel Bovensiepen e42a11339c Fix: A GEM with a Dash inside of the name doesn't work. 2012-12-07 23:02:40 +08:00
Daniel Bovensiepen cc382f9bac Add the usage of MRUBY_ROOT to the mrbgems build system, so that we can easily build everywhere 2012-11-23 22:49:21 +08:00
Daniel Bovensiepen 660eb545db Respect dynamic GEMS.active file in mrbgems/Makefile4gem 2012-11-23 19:42:10 +08:00
Daniel Bovensiepen e8b9915532 Change build process to create meaningful Archive file instead of gem.a 2012-11-23 02:54:49 +08:00
Daniel Bovensiepen e162f6d20b Modify GEM build process to support external GEMs outside of the mruby tree 2012-11-23 02:07:20 +08:00
Daniel Bovensiepen f30eedd7e8 Improve Including File to build single archive Files 2012-11-21 15:56:30 +08:00
Daniel Bovensiepen 19fa4a0993 Add default makefile for Gems 2012-09-20 00:27:56 +08:00