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

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1978 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2018-04-06 14:30:39 +00:00
parent 7a84343a2a
commit d7d5726509

View File

@@ -12,12 +12,12 @@ 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 <code lang="text">ISE_C_COMPILER</code> key to `msc` (or `msc_vc140` for Visual Studio C++ 2015 or later, and similarly for more recent versions).
EiffelStudio supports only version 14.0 and higher of the Microsoft Visual Studio C++ environment. This is available in Visual Studio 2010 or higher revision, or in version of the Windows SDK 7.1 or higher.
EiffelStudio supports versions 10.0 and higher of the Microsoft Visual Studio C++ environment. This is available in Visual Studio 2010 or higher revision, or in version of the Windows SDK 7.1 or higher.
EiffelStudio will automatically detect the location of the C compiler.
By default the installation program will set in the registry keys the <code lang="text">ISE_C_COMPILER</code> key to `msc` (for versions 12.0 and below) or `msc_vc140` (for Visual Studio C++ 2015 and later.)
===MinGW Users===
By default the installation program will set in the registry keys the <code lang="text">ISE_C_COMPILER</code> key to `mingw`.