Logo
Explore Help
Register Sign In
griefith/test2
1
0
Fork 0
You've already forked test2
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
2e630297afc19ef4e69b8afe79dfd337171dbd60
test2/build_files/windows/update_sources.cmd

14 lines
332 B
Batchfile
Raw Normal View History

Build: integrate make_update.py into Windows make.bat
2019-08-23 19:35:02 +02:00
if EXIST %PYTHON% (
goto detect_python_done
make.bat: refactor make.bat make.bat was starting to become hard to maintain, this refactors it into separate batch files for each stage of the process. -Improved detection of msvc2013/2015 -Improved failure handling. -Added check for working msbuild and C++ compiler -Added verbose switch to ease trouble shooting. -Added Check if svn/cmake/git are in the path before using them -Display the build configuration before asking to download the libraries -Offer an option to recover an interrupted checkout of the libraries. -Automatically check out sub-modules in-case they are missing.
2018-05-25 17:57:13 -06:00
)
Build: integrate make_update.py into Windows make.bat
2019-08-23 19:35:02 +02:00
echo python not found in lib folder
exit /b 1
:detect_python_done
REM Use -B to avoid writing __pycache__ in lib directory and causing update conflicts.
%PYTHON% -B %BLENDER_DIR%\build_files\utils\make_update.py --git-command "%GIT%" --svn-command "%SVN%" %BUILD_UPDATE_ARGS%
Update for moving blender2.8 to master.
2018-12-20 14:45:55 +01:00
:EOF
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 307ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API