Index: scripts/internal/detect_incorrect_manifest.bat =================================================================== diff -u -N -r251181849c91428d68b3e3565add9a2043b45fec -r1e33b2d6a6e1d336952fa73ab1eef328a7ae0daf --- scripts/internal/detect_incorrect_manifest.bat (.../detect_incorrect_manifest.bat) (revision 251181849c91428d68b3e3565add9a2043b45fec) +++ scripts/internal/detect_incorrect_manifest.bat (.../detect_incorrect_manifest.bat) (revision 1e33b2d6a6e1d336952fa73ab1eef328a7ae0daf) @@ -19,11 +19,11 @@ goto error ) -if not exist "%VS90COMNTOOLS%\vsvars32.bat" ( +if not exist "%VS120COMNTOOLS%\vsvars32.bat" ( echo ERROR: Can't find the vsvars32.bat file. goto error ) else ( - call "%VS90COMNTOOLS%\vsvars32.bat" >nul + call "%VS120COMNTOOLS%\vsvars32.bat" >nul ) rem process input path