dbuild.msvc

Members

Functions

detectMsvcInstalls
MsvcInstall[] detectMsvcInstalls()

Probe the system for installed MSVC. Will return the installs sorted with high versions first.

dubArchOptions
string[] dubArchOptions()

Guess options for vcvarsall script from the DUB_ARCH environment variable.

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

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

Structs

MsvcInstall
struct MsvcInstall

Represent a MSVC installation

Meta