Fossil SCM

Add another useful diagnostic message to the MSVC batch file.

mistachkin 2013-12-18 23:25 trunk
Commit 59400c7d755335c00155a349b62d485cce70613f
1 file changed +4 -1
--- win/buildmsvc.bat
+++ win/buildmsvc.bat
@@ -17,11 +17,14 @@
1717
IF NOT DEFINED _VECHO (SET _VECHO=REM)
1818
1919
REM
2020
REM Visual Studio ????
2121
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
+)
2326
2427
REM
2528
REM Visual Studio 2013
2629
REM
2730
IF NOT DEFINED VS120COMNTOOLS GOTO skip_detectVisualStudio2013
2831
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button