summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-11-24 03:42:50 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-11-24 03:42:50 -0800
commit28a159c721b1e157b90171830c3a739fcd87a8c9 (patch)
tree9e09c684fd3184a3ecc210d83cd42ee2fd770b4e
parenta2e0c6ea3a104510ad3a5ecc0ee0f96297f6a550 (diff)
parent0b46876c03b138d30c21230151d5b98790a14428 (diff)
downloadmruby-28a159c721b1e157b90171830c3a739fcd87a8c9.tar.gz
mruby-28a159c721b1e157b90171830c3a739fcd87a8c9.zip
Merge pull request #1593 from perlun/patch-1
Updated the documentation to better match the way things work now that 172cd28 is merged.
-rw-r--r--doc/compile/README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md
index e7f382f15..cb8bdfc32 100644
--- a/doc/compile/README.md
+++ b/doc/compile/README.md
@@ -59,17 +59,13 @@ GCC toolchain.
toolchain :clang
-#### Visual Studio 2010
+#### Visual Studio 2010, 2012 and 2013
-Toolchain configuration for Visual Studio 2010 on Windows.
+Toolchain configuration for Visual Studio on Windows. If you use the
+[Visual Studio Command Prompt](http://msdn.microsoft.com/en-us/library/ms229859\(v=vs.110\).aspx),
+you normally do not have to specify this manually, since it gets automatically detected by our build process.
- toolchain :vs2010
-
-#### Visual Studio 2012
-
-Toolchain configuration for Visual Studio 2012 on Windows.
-
- toolchain :vs2012
+ toolchain :visualcpp
#### Android