From 3c32c5c2ddd04ef826d58bc3f8dd3f4420adeb73 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Thu, 31 Oct 2019 09:45:56 -0600 Subject: make.bat: Warn user about missing svn.exe --- build_files/windows/check_libraries.cmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build_files') diff --git a/build_files/windows/check_libraries.cmd b/build_files/windows/check_libraries.cmd index b838c7d7d19..24b30c6a9b0 100644 --- a/build_files/windows/check_libraries.cmd +++ b/build_files/windows/check_libraries.cmd @@ -10,7 +10,6 @@ if NOT "%verbose%" == "" ( ) if NOT EXIST %BUILD_VS_LIBDIR% ( rem libs not found, but svn is on the system - echo if not "%SVN%"=="" ( echo. echo The required external libraries in %BUILD_VS_LIBDIR% are missing @@ -55,5 +54,8 @@ if NOT EXIST %BUILD_VS_LIBDIR% ( echo Error: Required libraries not found at "%BUILD_VS_LIBDIR%" echo This is needed for building, aborting! echo. + if "%SVN%"=="" ( + echo This is most likely caused by svn.exe not being available. + ) exit /b 1 ) \ No newline at end of file -- cgit v1.2.3