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

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1961 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2018-04-05 11:26:55 +00:00
parent 5fa749ec6c
commit a6bc3aceca

View File

@@ -32,5 +32,18 @@ You can manually edit the registry key <code lang="text">HKLM\Software\ISE\Eiffe
Alternatively, you can set the environment variable <code lang="text">ISE_C_COMPILER</code> to either `msc` (`msc_vc140`) or `mingw`.
{| style="width: auto; margin: 0 auto;"
|+ Reference information about supported C compilers on Windows
! Compiler
! Value of <code lang="text">ISE_C_COMPILER</code>
|-
| MinGW
| `mingw`
|-
| Microsoft Visual Studio C++ 2015
| `msc_vc140`
|-
| Microsoft Visual Studio C++ 2017
| `msc_vc140`
|-
|}