Blender Git Commit Log
Git Commits -> Revision 1d2fc41
Revision 1d2fc41 by Ray molenkamp (master) February 23, 2019, 03:54 (GMT) |
make.bat: Preliminary Visual Studio 2019 support. VS2019 is binary compatible with the existing vc14 libraries and no new libraries libs are required in svn. VS2019 support requires cmake 3.14. VS2019 is still in pre-release state, you are required to explicitly select the pre-release version by using: make full 2019pre |
Commit Details:
Full Hash: 1d2fc413c89d434f5d5e140cd01522e562c10ecd
Parent Commit: 633b77b
Lines Changed: +111, -79
2 Added Paths:
/build_files/windows/detect_msvc2019.cmd (+3, -0) (View)
/build_files/windows/detect_msvc_vswhere.cmd (+79, -0) (View)
/build_files/windows/detect_msvc_vswhere.cmd (+79, -0) (View)
6 Modified Paths:
/build_files/cmake/platform/platform_win32.cmake (+4, -1) (Diff)
/build_files/windows/autodetect_msvc.cmd (+3, -0) (Diff)
/build_files/windows/check_libraries.cmd (+1, -0) (Diff)
/build_files/windows/configure_msbuild.cmd (+12, -3) (Diff)
/build_files/windows/detect_msvc2017.cmd (+1, -74) (Diff)
/build_files/windows/parse_arguments.cmd (+8, -1) (Diff)
/build_files/windows/autodetect_msvc.cmd (+3, -0) (Diff)
/build_files/windows/check_libraries.cmd (+1, -0) (Diff)
/build_files/windows/configure_msbuild.cmd (+12, -3) (Diff)
/build_files/windows/detect_msvc2017.cmd (+1, -74) (Diff)
/build_files/windows/parse_arguments.cmd (+8, -1) (Diff)