summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorh2so5 <[email protected]>2013-04-13 08:53:35 +0900
committerh2so5 <[email protected]>2013-04-13 08:53:35 +0900
commite2cf566243c9a912946f22716c76215dbe2f03f3 (patch)
tree89770e689d2ed3f7b06824de1d8fd069f0229bc4 /tasks
parent39b247ce2675b08d2efaf55a35cde5bb668dfe4a (diff)
downloadmruby-e2cf566243c9a912946f22716c76215dbe2f03f3.tar.gz
mruby-e2cf566243c9a912946f22716c76215dbe2f03f3.zip
Add vs2010.rake
Diffstat (limited to 'tasks')
-rw-r--r--tasks/toolchains/vs2010.rake3
1 files changed, 3 insertions, 0 deletions
diff --git a/tasks/toolchains/vs2010.rake b/tasks/toolchains/vs2010.rake
new file mode 100644
index 000000000..783dc8831
--- /dev/null
+++ b/tasks/toolchains/vs2010.rake
@@ -0,0 +1,3 @@
+MRuby::Toolchain.new(:vs2010) do |conf|
+ toolchain :vs2012
+end