Fossil SCM
Add another useful diagnostic message to the MSVC batch file.
Commit
59400c7d755335c00155a349b62d485cce70613f
Parent
c11c8707619bfa2…
1 file changed
+4
-1
+4
-1
| --- win/buildmsvc.bat | ||
| +++ win/buildmsvc.bat | ||
| @@ -17,11 +17,14 @@ | ||
| 17 | 17 | IF NOT DEFINED _VECHO (SET _VECHO=REM) |
| 18 | 18 | |
| 19 | 19 | REM |
| 20 | 20 | REM Visual Studio ???? |
| 21 | 21 | REM |
| 22 | -IF DEFINED VSVARS32 IF EXIST "%VSVARS32%" GOTO skip_detectVisualStudio | |
| 22 | +IF DEFINED VSVARS32 IF EXIST "%VSVARS32%" ( | |
| 23 | + %_AECHO% Build environment batch file manually overridden to "%VSVARS32%"... | |
| 24 | + GOTO skip_detectVisualStudio | |
| 25 | +) | |
| 23 | 26 | |
| 24 | 27 | REM |
| 25 | 28 | REM Visual Studio 2013 |
| 26 | 29 | REM |
| 27 | 30 | IF NOT DEFINED VS120COMNTOOLS GOTO skip_detectVisualStudio2013 |
| 28 | 31 |
| --- win/buildmsvc.bat | |
| +++ win/buildmsvc.bat | |
| @@ -17,11 +17,14 @@ | |
| 17 | IF NOT DEFINED _VECHO (SET _VECHO=REM) |
| 18 | |
| 19 | REM |
| 20 | REM Visual Studio ???? |
| 21 | REM |
| 22 | IF DEFINED VSVARS32 IF EXIST "%VSVARS32%" GOTO skip_detectVisualStudio |
| 23 | |
| 24 | REM |
| 25 | REM Visual Studio 2013 |
| 26 | REM |
| 27 | IF NOT DEFINED VS120COMNTOOLS GOTO skip_detectVisualStudio2013 |
| 28 |
| --- win/buildmsvc.bat | |
| +++ win/buildmsvc.bat | |
| @@ -17,11 +17,14 @@ | |
| 17 | IF NOT DEFINED _VECHO (SET _VECHO=REM) |
| 18 | |
| 19 | REM |
| 20 | REM Visual Studio ???? |
| 21 | REM |
| 22 | IF DEFINED VSVARS32 IF EXIST "%VSVARS32%" ( |
| 23 | %_AECHO% Build environment batch file manually overridden to "%VSVARS32%"... |
| 24 | GOTO skip_detectVisualStudio |
| 25 | ) |
| 26 | |
| 27 | REM |
| 28 | REM Visual Studio 2013 |
| 29 | REM |
| 30 | IF NOT DEFINED VS120COMNTOOLS GOTO skip_detectVisualStudio2013 |
| 31 |