hotspot/make/windows/get_msc_ver.sh
changeset 2257 d8e6e11e7f32
parent 670 ddf3e9583f2f
child 3261 c7d5aae8d3f7
equal deleted inserted replaced
2256:82d4e10b7c6b 2257:d8e6e11e7f32
    27 # Examples:
    27 # Examples:
    28 # cl version 12.00.8804 returns "MSC_VER=1200"
    28 # cl version 12.00.8804 returns "MSC_VER=1200"
    29 # cl version 13.10.3077 returns "MSC_VER=1310"
    29 # cl version 13.10.3077 returns "MSC_VER=1310"
    30 # cl version 14.00.30701 returns "MSC_VER=1399" (OLD_MSSDK version)
    30 # cl version 14.00.30701 returns "MSC_VER=1399" (OLD_MSSDK version)
    31 # cl version 14.00.40310.41 returns "MSC_VER=1400"
    31 # cl version 14.00.40310.41 returns "MSC_VER=1400"
       
    32 # cl version 15.00.21022.8 returns "MSC_VER=1500"
    32 
    33 
    33 # Note that we currently do not have a way to set HotSpotMksHome in
    34 # Note that we currently do not have a way to set HotSpotMksHome in
    34 # the batch build, but so far this has not seemed to be a problem. The
    35 # the batch build, but so far this has not seemed to be a problem. The
    35 # reason this environment variable is necessary is that it seems that
    36 # reason this environment variable is necessary is that it seems that
    36 # Windows truncates very long PATHs when executing shells like MKS's
    37 # Windows truncates very long PATHs when executing shells like MKS's