Module cc::windows_registry

source ·
Expand description

A helper module to looking for windows-specific tools:

  1. On Windows host, probe the Windows Registry if needed;
  2. On non-Windows host, check specified environment variables.

Enums§

  • A version of Visual Studio

Functions§

  • Attempts to find a tool within an MSVC installation using the Windows registry as a point to search from.
  • Similar to the find function above, this function will attempt the same operation (finding a MSVC tool in a local install) but instead returns a Tool which may be introspected.
  • Find the most recent installed version of Visual Studio