Update wikipage Supported C compilers. (Signed-off-by:tqa7ve2mnbntqnfca3i6rk7arhc2kxr8).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1977 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2018-04-06 14:24:58 +00:00
parent 96e7bcbb43
commit 7a84343a2a

View File

@@ -16,7 +16,7 @@ EiffelStudio supports versions 10.0 and higher of the Microsoft Visual Studio C+
EiffelStudio will automatically detect the location of the C compiler.
By default the installation program will set in the registry keys the <code lang="text">ISE_C_COMPILER</code> key to `msc` (for versions 13.0 and below) or `msc_vc140` (for Visual Studio C++ 2015 and later.)
By default the installation program will set in the registry keys the <code lang="text">ISE_C_COMPILER</code> key to `msc` (for versions 12.0 and below) or `msc_vc140` (for Visual Studio C++ 2015 and later.)
===MinGW Users===
@@ -41,19 +41,19 @@ Alternatively, you can set the environment variable <code lang="text">ISE_C_COMP
| MinGW
| `mingw`
|-
| Microsoft Visual Studio C++ 2010
| Microsoft Visual Studio C++ 2010 (v10.0)
| `msc`
|-
| Microsoft Visual Studio C++ 2012
| Microsoft Visual Studio C++ 2012 (v11.0)
| `msc`
|-
| Microsoft Visual Studio C++ 2013
| Microsoft Visual Studio C++ 2013 (v12.0)
| `msc`
|-
| Microsoft Visual Studio C++ 2015
| Microsoft Visual Studio C++ 2015 (v14.0)
| `msc_vc140`
|-
| Microsoft Visual Studio C++ 2017
| Microsoft Visual Studio C++ 2017 (v15.0)
| `msc_vc140`
|-
|}