From ea72b0722a901c71de851f343fa772abb7fe9d30 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Fri, 1 Jul 2016 10:53:49 +0000 Subject: [PATCH] Update wikipage Supported C compilers. (Signed-off-by:alexk). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1599 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../compiler/supported-c-compilers.wiki | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 a23a8e3f..59b6d461 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki @@ -12,7 +12,7 @@ EiffelStudio supports Microsoft and MinGW compilers on Microsoft Windows. ===Microsoft Visual C++ Users=== -By default the installation program will set in the registry keys the ISE_C_COMPILER key to `msc`. +By default the installation program will set in the registry keys the ISE_C_COMPILER key to `msc`. EiffelStudio supports only version 14.0 and higher of the Microsoft Visual C++ environment. This is available in Visual Studio 2005 or higher revision, or in version of the Windows SDK 6.1 or higher. @@ -20,7 +20,7 @@ EiffelStudio will automatically detect the location of the C compiler. ===MinGW Users:=== -By default the installation program will set in the registry keys the ISE_C_COMPILER key to `mingw`. +By default the installation program will set in the registry keys the ISE_C_COMPILER key to `mingw`. In versions as late as 6.6, there is a [[EiffelCOM Wizard Guided Tour|restriction]] that prevents the use of EiffelCOM with the MinGW compiler. @@ -28,9 +28,9 @@ 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\Eiffel''nn'' 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` or `mingw` depending upon the effect you desire. -Alternatively, you can set the environment variable ISE_C_COMPILER to either `msc` or `mingw`. +Alternatively, you can set the environment variable ISE_C_COMPILER to either `msc` or `mingw`.