mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
parent
712452e330
commit
fecf846701
@ -4,3 +4,5 @@ MSVC
|
||||
``True`` when using Microsoft Visual C++.
|
||||
|
||||
Set to ``true`` when the compiler is some version of Microsoft Visual C++.
|
||||
|
||||
See also the :variable:`MSVC_VERSION` variable.
|
||||
|
@ -1,5 +1,7 @@
|
||||
MSVC10
|
||||
------
|
||||
|
||||
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||
|
||||
``True`` when using the Microsoft Visual Studio ``v100`` toolset
|
||||
(``cl`` version 16) or another compiler that simulates it.
|
||||
|
@ -1,5 +1,7 @@
|
||||
MSVC11
|
||||
------
|
||||
|
||||
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||
|
||||
``True`` when using the Microsoft Visual Studio ``v110`` toolset
|
||||
(``cl`` version 17) or another compiler that simulates it.
|
||||
|
@ -1,5 +1,7 @@
|
||||
MSVC12
|
||||
------
|
||||
|
||||
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||
|
||||
``True`` when using the Microsoft Visual Studio ``v120`` toolset
|
||||
(``cl`` version 18) or another compiler that simulates it.
|
||||
|
@ -1,5 +1,7 @@
|
||||
MSVC14
|
||||
------
|
||||
|
||||
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||
|
||||
``True`` when using the Microsoft Visual Studio ``v140`` or ``v141``
|
||||
toolset (``cl`` version 19) or another compiler that simulates it.
|
||||
|
@ -1,6 +1,8 @@
|
||||
MSVC60
|
||||
------
|
||||
|
||||
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||
|
||||
``True`` when using Microsoft Visual C++ 6.0.
|
||||
|
||||
Set to ``true`` when the compiler is version 6.0 of Microsoft Visual C++.
|
||||
|
@ -1,6 +1,8 @@
|
||||
MSVC70
|
||||
------
|
||||
|
||||
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||
|
||||
``True`` when using Microsoft Visual C++ 7.0.
|
||||
|
||||
Set to ``true`` when the compiler is version 7.0 of Microsoft Visual C++.
|
||||
|
@ -1,6 +1,8 @@
|
||||
MSVC71
|
||||
------
|
||||
|
||||
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||
|
||||
``True`` when using Microsoft Visual C++ 7.1.
|
||||
|
||||
Set to ``true`` when the compiler is version 7.1 of Microsoft Visual C++.
|
||||
|
@ -1,5 +1,7 @@
|
||||
MSVC80
|
||||
------
|
||||
|
||||
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||
|
||||
``True`` when using the Microsoft Visual Studio ``v80`` toolset
|
||||
(``cl`` version 14) or another compiler that simulates it.
|
||||
|
@ -1,5 +1,7 @@
|
||||
MSVC90
|
||||
------
|
||||
|
||||
Discouraged. Use the :variable:`MSVC_VERSION` variable instead.
|
||||
|
||||
``True`` when using the Microsoft Visual Studio ``v90`` toolset
|
||||
(``cl`` version 15) or another compiler that simulates it.
|
||||
|
Loading…
Reference in New Issue
Block a user