MSVC_IDE.rst 432 B

1234567891011121314
  1. MSVC_IDE
  2. --------
  3. ``True`` when using the Microsoft Visual C++ IDE.
  4. Set to ``true`` when the target platform is the Microsoft Visual C++ IDE, as
  5. opposed to the command line compiler.
  6. .. note::
  7. This variable is only available after compiler detection has been performed,
  8. so it is not available to toolchain files or before the first
  9. :command:`project` or :command:`enable_language` call which uses an
  10. MSVC-like compiler.