tornavis/build_files/windows
Ray Molenkamp 55a2682348 Windows: Add sccache support.
sccache [1] is one of the few ccache like solutions that will
work on windows.

sccache support can be enabled with the `WITH_WINDOWS_SCCACHE`
cmake option however it will only will work with ninja as the
build system, msbuild is not supported currently.

Advanced option, developes are expected to obtain and configure
sccache on their own.

```
Full build no cache 1428.90s (100.00%)
Full build cached    434.34s ( 30.40%)
```

[1] https://github.com/mozilla/sccache

Reviewed By: nicholas_rishel, Brecht

Differential Revision: https://developer.blender.org/D7466
2020-04-20 12:51:43 -06:00
..
autodetect_msvc.cmd Windows/Cleanup: Remove VS2015 support from make.bat 2020-03-24 14:48:23 -06:00
build_msbuild.cmd make.bat : Fix builtime.txt being written in the wrong folder. 2018-05-26 19:20:07 -06:00
build_ninja.cmd make.bat : add support for building with ninja and clang together. 2018-05-28 19:56:17 -06:00
check_libraries.cmd Windows: Switch to the dynamic C runtime 2019-11-08 09:01:00 -07:00
check_spaces_in_path.cmd make.bat: refactor make.bat 2018-05-25 17:57:13 -06:00
check_submodules.cmd Make.bat: Fix sub-module detection 2019-02-22 20:53:29 -07:00
configure_msbuild.cmd Windows: Add sccache support. 2020-04-20 12:51:43 -06:00
configure_ninja.cmd Windows: Add sccache support. 2020-04-20 12:51:43 -06:00
detect_architecture.cmd Cleanup/windows: Remove 32 bit support from make.bat helper script 2019-08-05 10:31:51 -06:00
detect_msvc2017.cmd make.bat: Preliminary Visual Studio 2019 support. 2019-02-22 20:54:27 -07:00
detect_msvc2019.cmd make.bat: Preliminary Visual Studio 2019 support. 2019-02-22 20:54:27 -07:00
detect_msvc_vswhere.cmd make.bat: Improve messaging when not detecting MSVC 2020-03-31 13:14:16 -06:00
find_dependencies.cmd Windows: Switch to the dynamic C runtime 2019-11-08 09:01:00 -07:00
format.cmd Windows: Switch to the dynamic C runtime 2019-11-08 09:01:00 -07:00
parse_arguments.cmd Windows: Add sccache support. 2020-04-20 12:51:43 -06:00
reset_variables.cmd Windows: Add sccache support. 2020-04-20 12:51:43 -06:00
set_build_dir.cmd Cleanup/Win: Fix build folder name if no target is set 2019-08-02 08:25:18 -06:00
show_hashes.cmd make.bat: Fix `make showhashes` not working. 2018-06-16 12:29:38 -06:00
show_help.cmd Windows/Cleanup: Remove VS2015 support from make.bat 2020-03-24 14:48:23 -06:00
test.cmd Build: add "make test" command for Windows, output log file 2019-09-12 20:23:03 +02:00
update_sources.cmd Build: integrate make_update.py into Windows make.bat 2019-08-30 17:57:18 +02:00