Skip to content

Commit

Permalink
Fix CMSC_VERSION varible set by setenv.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
mturk committed Oct 11, 2021
1 parent 5008e85 commit 7684bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if not exist "%CmscRootDir%\msvc\bin\build.exe" (
exit /B 1
)
set "WINVER=0x0601"
set "CMSC_VERSION=15036"
set "CMSC_VERSION=15038"
rem
rem Default target is 64-bit Windows
rem
Expand Down
2 changes: 1 addition & 1 deletion tools/cmsc15_versions.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rem limitations under the License.
rem
rem Setup environment for Microsoft Compiler Toolkit
rem
set "CmscVer=15.0_37"
set "CmscVer=15.0_38"
set "CmscSys=64"
set "CmscOsv=win7"
set "NasmVer=2.15.05"
Expand Down

0 comments on commit 7684bc0

Please sign in to comment.