MsvcInstall

Represent a MSVC installation

version(Windows)
struct MsvcInstall {}

Members

Variables

vcvarsBat
string vcvarsBat;

path to the environment configuration script

ver
ushort[2] ver;

version [major, minor] of the MSVC installation

Meta