Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat18
1 files changed, 9 insertions, 9 deletions
diff --git a/make.bat b/make.bat
index 18e861f8fdb..5fb428fbed0 100644
--- a/make.bat
+++ b/make.bat
@@ -31,7 +31,7 @@ if "%BUILD_UPDATE%" == "1" (
goto EOF
)
-call "%BLENDER_DIR%\build_files\windows\detect_architecture.cmd"
+call "%BLENDER_DIR%\build_files\windows\detect_architecture.cmd"
if "%BUILD_VS_YEAR%" == "" (
call "%BLENDER_DIR%\build_files\windows\autodetect_msvc.cmd"
@@ -47,28 +47,28 @@ if "%BUILD_VS_YEAR%" == "" (
)
)
-call "%BLENDER_DIR%\build_files\windows\set_build_dir.cmd"
+call "%BLENDER_DIR%\build_files\windows\set_build_dir.cmd"
echo Building blender with VS%BUILD_VS_YEAR% for %BUILD_ARCH% in %BUILD_DIR%
-call "%BLENDER_DIR%\build_files\windows\check_libraries.cmd"
+call "%BLENDER_DIR%\build_files\windows\check_libraries.cmd"
if errorlevel 1 goto EOF
-call "%BLENDER_DIR%\build_files\windows\check_submodules.cmd"
+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"
+ call "%BLENDER_DIR%\build_files\windows\configure_msbuild.cmd"
if errorlevel 1 goto EOF
- call "%BLENDER_DIR%\build_files\windows\build_msbuild.cmd"
+ call "%BLENDER_DIR%\build_files\windows\build_msbuild.cmd"
if errorlevel 1 goto EOF
) else (
- call "%BLENDER_DIR%\build_files\windows\configure_ninja.cmd"
+ call "%BLENDER_DIR%\build_files\windows\configure_ninja.cmd"
if errorlevel 1 goto EOF
- call "%BLENDER_DIR%\build_files\windows\build_ninja.cmd"
+ call "%BLENDER_DIR%\build_files\windows\build_ninja.cmd"
if errorlevel 1 goto EOF
)
-:EOF \ No newline at end of file
+:EOF