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
/
tools
/
mrbc
/
Makefile
Age
Commit message (
Collapse
)
Author
2013-01-03
Rebuild CRuby based building script without Makefile
Yuichiro MASUI
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb
2012-12-09
Added LDFLAGS to Makefiles
Yuichiro MASUI
2012-09-10
Fix writing errors in Makefiles
Daniel Bovensiepen
2012-06-18
Make CFLAG choices in Makefiles more flexible
Daniel Bovensiepen
2012-05-23
Clean and DRY up the basic Makefiles
Jon
2012-05-17
avoid updating existing libmruby.a to avoid problems on low time resolution ↵
Yukihiro Matsumoto
file systems; close #136
2012-05-15
Makefile: remove echo action from all target
Yukihiro Matsumoto
2012-05-03
library file name renamed to libmruby.a on all platforms
Yukihiro Matsumoto
2012-05-02
rename ritevm.a to mruby.a
Yukihiro Matsumoto
2012-04-30
build process restructured
Yukihiro Matsumoto
2012-04-30
add -O3 to CFLAGS by default
Yukihiro Matsumoto
2012-04-23
Fixed to forget to remove some files on 'make clean'
Yuichiro MASUI
2012-04-20
fix Makefile: quoted CC/LL are heap up to each Makefiles.
mattn
2012-04-20
add mruby sources
mimaki