From 91f9645102af2310be2b25cbf53e421d53bcb16a Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 5 Apr 2018 11:09:35 +0000 Subject: [PATCH] Update wikipage Supported C compilers. (Signed-off-by:alexk). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1958 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-reference/compiler/supported-c-compilers.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 15a43ff8..b55a4061 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki @@ -28,7 +28,7 @@ In versions as late as 6.6, there is a [[EiffelCOM Wizard Guided Tour|restrictio You can do it in either of two different ways. -You can manually edit the registry key HKLM\Software\ISE\EiffelNN and change the value of the ISE_C_COMPILER string key to either `msc` or `mingw` depending upon the effect you desire. +You can manually edit the registry key HKLM\Software\ISE\EiffelNN and change the value of the ISE_C_COMPILER string key to either `msc` (`msc_vc140`) or `mingw` depending upon the effect you desire. Alternatively, you can set the environment variable ISE_C_COMPILER to either `msc` or `mingw`.