summaryrefslogtreecommitdiffhomepage
path: root/mrblib/Makefile
AgeCommit message (Expand)Author
2012-09-24Add accidently removed commentDaniel Bovensiepen
2012-09-21Remove symbol recreation where not necessaryDaniel Bovensiepen
2012-09-20Remove TODO. This point is finishedDaniel Bovensiepen
2012-09-19remove second gemDaniel Bovensiepen
2012-09-15Small modifications for locationDaniel Bovensiepen
2012-09-13Add TODOs to finalize gemsDaniel Bovensiepen
2012-09-13Change mrblib Makefile to include gemsDaniel Bovensiepen
2012-09-10Fix writing errors in MakefilesDaniel Bovensiepen
2012-09-09mrb might be intialized incompletely from mrbc; close #457Yukihiro Matsumoto
2012-06-18Make CFLAG choices in Makefiles more flexibleDaniel Bovensiepen
2012-05-28should compile all mrblib filesYukihiro Matsumoto
2012-05-23Clean and DRY up the basic MakefilesJon
2012-05-17libmruby.a should depend on libmruby_core.aYukihiro Matsumoto
2012-05-17add rule to clean libmruby.a from mrblib/MakefileYukihiro Matsumoto
2012-05-17avoid updating existing libmruby.a to avoid problems on low time resolution f...Yukihiro Matsumoto
2012-05-15remove unused dependencyYukihiro Matsumoto
2012-05-15Makefile: remove echo action from all targetYukihiro Matsumoto
2012-05-15update Makefile dependencyYukihiro Matsumoto
2012-05-03library file name renamed to libmruby.a on all platformsYukihiro Matsumoto
2012-05-02run make -c mrblib from topYukihiro Matsumoto
2012-04-30Add dependency file to 'clean' targetDaniel Bovensiepen
2012-04-30build process restructuredYukihiro Matsumoto
2012-04-23force to remove mrblib/mrblib.dtakahashim
2012-04-23Fixed to forget to remove some files on 'make clean'Yuichiro MASUI
2012-04-20fix Makefile: quoted CC/LL are heap up to each Makefiles.mattn
2012-04-20add mruby sourcesmimaki