msvcEnvironment

Compute the environment set by the passed vcvarsBat, with options. This function actually execute the script and dump the environment to the result AA.

version(Windows)
string[string]
msvcEnvironment
(
in string vcvarsBat
,
in string[] options
)

Return Value

Type: string[string]

The environment AA, containing the current environment, and the variables set by vcvarsall. (Path for example will also contain the current dirs)

Meta