This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
2654e9c9c1915a237201ec35f6c6794de66de770
test
/
build_files
/
windows
/
detect_msvc2017.cmd
4 lines
80 B
Batchfile
Raw
Normal View
History
Unescape
Escape
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
set
BUILD_VS_VER
=
15
make.bat: Fix msvc-2017 detection. D3485 by @manung Differential Revision: https://developer.blender.org/D3485
2018-06-18 13:39:12 -06:00
set
BUILD_VS_YEAR
=
2017
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
2019-02-22 20:49:22 -07:00
call
"
%~dp0
\detect_msvc_vswhere.cmd
"
Reference in New Issue
Copy Permalink