Loading winbuild/makedebug.cmd +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2,7 +2,7 @@ where.exe nmake.exe >nul 2>&1 where.exe nmake.exe >nul 2>&1 IF %ERRORLEVEL == 1 ( IF %ERRORLEVEL% == 1 ( ECHO Error: Can't find `nmake.exe` - be sure to run this script from within a Developer Command-Prompt ECHO Error: Can't find `nmake.exe` - be sure to run this script from within a Developer Command-Prompt ECHO. ECHO. ) ELSE ( ) ELSE ( Loading Loading
winbuild/makedebug.cmd +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2,7 +2,7 @@ where.exe nmake.exe >nul 2>&1 where.exe nmake.exe >nul 2>&1 IF %ERRORLEVEL == 1 ( IF %ERRORLEVEL% == 1 ( ECHO Error: Can't find `nmake.exe` - be sure to run this script from within a Developer Command-Prompt ECHO Error: Can't find `nmake.exe` - be sure to run this script from within a Developer Command-Prompt ECHO. ECHO. ) ELSE ( ) ELSE ( Loading