Blender Git Commit Log
Git Commits -> Revision 857e4e0
Revision 857e4e0 by Ray molenkamp (master) May 25, 2018, 23:57 (GMT) |
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. |
Commit Details:
Full Hash: 857e4e04d89f30727d60e16c7320a72718a76d1a
Parent Commit: 4dee702
Lines Changed: +549, -368
18 Added Paths:
/build_files/windows/autodetect_msvc.cmd (+17, -0) (View)
/build_files/windows/build_msbuild.cmd (+26, -0) (View)
/build_files/windows/check_libraries.cmd (+54, -0) (View)
/build_files/windows/check_spaces_in_path.cmd (+6, -0) (View)
/build_files/windows/check_submodules.cmd (+20, -0) (View)
/build_files/windows/configure_msbuild.cmd (+57, -0) (View)
/build_files/windows/detect_architecture.cmd (+16, -0) (View)
/build_files/windows/detect_msvc2013.cmd (+3, -0) (View)
/build_files/windows/detect_msvc2015.cmd (+3, -0) (View)
/build_files/windows/detect_msvc2017.cmd (+70, -0) (View)
/build_files/windows/detect_msvc_classic.cmd (+69, -0) (View)
/build_files/windows/find_dependencies.cmd (+13, -0) (View)
/build_files/windows/parse_arguments.cmd (+78, -0) (View)
/build_files/windows/reset_variables.cmd (+23, -0) (View)
/build_files/windows/set_build_dir.cmd (+4, -0) (View)
/build_files/windows/show_hashes.cmd (+12, -0) (View)
/build_files/windows/show_help.cmd (+29, -0) (View)
/build_files/windows/update_sources.cmd (+16, -0) (View)
/build_files/windows/build_msbuild.cmd (+26, -0) (View)
/build_files/windows/check_libraries.cmd (+54, -0) (View)
/build_files/windows/check_spaces_in_path.cmd (+6, -0) (View)
/build_files/windows/check_submodules.cmd (+20, -0) (View)
/build_files/windows/configure_msbuild.cmd (+57, -0) (View)
/build_files/windows/detect_architecture.cmd (+16, -0) (View)
/build_files/windows/detect_msvc2013.cmd (+3, -0) (View)
/build_files/windows/detect_msvc2015.cmd (+3, -0) (View)
/build_files/windows/detect_msvc2017.cmd (+70, -0) (View)
/build_files/windows/detect_msvc_classic.cmd (+69, -0) (View)
/build_files/windows/find_dependencies.cmd (+13, -0) (View)
/build_files/windows/parse_arguments.cmd (+78, -0) (View)
/build_files/windows/reset_variables.cmd (+23, -0) (View)
/build_files/windows/set_build_dir.cmd (+4, -0) (View)
/build_files/windows/show_hashes.cmd (+12, -0) (View)
/build_files/windows/show_help.cmd (+29, -0) (View)
/build_files/windows/update_sources.cmd (+16, -0) (View)
1 Modified Path:
/make.bat (+33, -368) (Diff)