summaryrefslogtreecommitdiffhomepage
path: root/tasks/toolchains/vs2012.rake
AgeCommit message (Collapse)Author
2013-11-22Automatically detect toolchain if it is visualcpp, and hence we drop ↵Per Lundberg
vs2010.rake altogether - it’s no longer needed.
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-02-01Change the way that the DISABLE_GEMS flag is set for vs2012.mattn
2013-01-28Added .lib extension for library file on VS2012Yuichiro MASUI
2013-01-24Add flags_after_librariesYuichiro MASUI
2013-01-24merge masterYuichiro MASUI
2013-01-22Add C++/Objective-C init in toolchainsYuichiro MASUI
2013-01-21Added flags_before_libraries to linkerYuichiro MASUI
2013-01-21vs2012 toolchain: various fixesCremno
CC: / instead of - (cosmetic change) LD: removed default libraries and fixed options syntax AR: added /nologo
2013-01-21Fix Visual Studio ToolchainDaniel Bovensiepen
2013-01-20Improved build scripts and config filesYuichiro MASUI