From a6bc3aceca2e87a3f7cb916aad451c4f4d30c134 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 5 Apr 2018 11:26:55 +0000 Subject: [PATCH] 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 --- .../compiler/supported-c-compilers.wiki | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/documentation/18.01/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki b/documentation/18.01/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki index 4856fcc8..963a2642 100644 --- a/documentation/18.01/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki +++ b/documentation/18.01/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` +|- +|}