make.bat: adjust for recent submodule changes

the path for clang_format_paths.py changed when the submodules
moved but format.cmd was never updated for that.

the work previously done by check_submodules.cmd is now done by
make_update.py so this file can be removed.
This commit is contained in:
Ray Molenkamp
2023-03-16 17:51:12 -06:00
parent 20a8bc1204
commit e63f84de29
3 changed files with 1 additions and 24 deletions

View File

@@ -113,9 +113,6 @@ if "%TEST%" == "1" (
goto EOF
)
call "%BLENDER_DIR%\build_files\windows\check_submodules.cmd"
if errorlevel 1 goto EOF
if "%BUILD_WITH_NINJA%" == "" (
call "%BLENDER_DIR%\build_files\windows\configure_msbuild.cmd"
if errorlevel 1 goto EOF