Page Menu
Home
Search
Configure Global Search
Log In
Paste
P1074
(An Untitled Masterwork)
Active
Public
Actions
Authored by
LazyDodo (LazyDodo)
on Aug 21 2019, 6:07 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Tags
None
Subscribers
None
diff --git a/make.bat b/make.bat
index b0323cde1bb..710781e2ca6 100644
--- a/make.bat
+++ b/make.bat
@@ -26,12 +26,6 @@ if "%SHOW_HELP%" == "1" (
goto EOF
)
-if "%BUILD_UPDATE%" == "1" (
- call "%BLENDER_DIR%\build_files\windows\update_sources.cmd"
- goto EOF
-)
-
-
if "%FORMAT%" == "1" (
call "%BLENDER_DIR%\build_files\windows\format.cmd"
goto EOF
@@ -54,13 +48,18 @@ if "%BUILD_VS_YEAR%" == "" (
)
)
+call "%BLENDER_DIR%\build_files\windows\check_libraries.cmd"
+if errorlevel 1 goto EOF
+
+if "%BUILD_UPDATE%" == "1" (
+ call "%BLENDER_DIR%\build_files\windows\update_sources.cmd"
+ goto EOF
+)
+
Event Timeline
LazyDodo (LazyDodo)
created this paste.
Aug 21 2019, 6:07 AM
LazyDodo (LazyDodo)
mentioned this in
D5545: Build: "make update" for release branches, to be used for buildbot
.
Aug 21 2019, 6:10 AM
Log In to Comment