diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki index 4856fcc8..963a2642 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki @@ -32,5 +32,18 @@ You can manually edit the registry key HKLM\Software\ISE\Eiffe Alternatively, you can set the environment variable ISE_C_COMPILER to either `msc` (`msc_vc140`) or `mingw`. - - +{| style="width: auto; margin: 0 auto;" +|+ Reference information about supported C compilers on Windows +! Compiler +! Value of ISE_C_COMPILER +|- +| MinGW +| `mingw` +|- +| Microsoft Visual Studio C++ 2015 +| `msc_vc140` +|- +| Microsoft Visual Studio C++ 2017 +| `msc_vc140` +|- +|}