index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tasks
/
libmruby.rake
Age
Commit message (
Expand
)
Author
2019-12-27
Use Rake DSL instead of commands of `FileUtils`
KOBAYASHI Shuji
2018-10-29
Rename libmruby stuff to avoid confusion
take-cheeze
2018-06-20
Add forgotten `mkdir_p`s.
take-cheeze
2017-04-22
Add --libmruby-path support to mruby-bin-mruby-config.
Yuji Yamano
2017-01-05
Removed ununnecessary escape character '\' for MRUBY_XXX in libmruby.flags.mak
Jun Takeda
2014-06-04
Add generator script to dependency so that it will regenerate C codes when it...
take_cheeze
2014-03-05
Change the position of -L option from MRUBY_LIBS to MRUBY_LDFLAGS
MATSUMOTO Ryosuke
2014-03-05
Fix #1803
mattn
2013-01-30
Remove double quote for MRUBY_XXX in libmruby.flags.mak
mattn
2013-01-21
Added flags_before_libraries to linker
Yuichiro MASUI
2013-01-21
Export build flags to lib/libmruby.flags.mak
Yuichiro MASUI
2013-01-20
Improved build scripts and config files
Yuichiro MASUI
2013-01-09
Added s flag to ar command
Yuichiro MASUI
2013-01-04
Fix an unnecessary space
Daniel Bovensiepen
2013-01-03
Rebuild CRuby based building script without Makefile
Yuichiro MASUI