make.bat : fix typo

pointed out by anchpop on irc.
This commit is contained in:
Ray Molenkamp 2018-07-22 16:02:28 -06:00
parent a6f750dd41
commit 7232b0cbe5
2 changed files with 2 additions and 2 deletions

@ -10,5 +10,5 @@ echo Compiler Detection failed. Use verbose switch for more information.
exit /b 1 exit /b 1
:DetectionComplete :DetectionComplete
echo Compiler Detection successfull, detected VS%BUILD_VS_YEAR% echo Compiler Detection successful, detected VS%BUILD_VS_YEAR%
exit /b 0 exit /b 0

@ -36,7 +36,7 @@ if NOT EXIST %BUILD_VS_LIBDIR% (
echo. echo.
echo Error: Download of external libraries failed. echo Error: Download of external libraries failed.
echo This is needed for building, please manually run 'svn cleanup' and 'svn update' in echo This is needed for building, please manually run 'svn cleanup' and 'svn update' in
echo %BUILD_VS_LIBDIR% , until this is resolved you CANNOT make a successfull blender build echo %BUILD_VS_LIBDIR% , until this is resolved you CANNOT make a successful blender build
echo. echo.
exit /b 1 exit /b 1
) )