equal
deleted
inserted
replaced
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 |