Blender Git Commit Log
Git Commits -> Revision f339d5a
Revision f339d5a by Ray molenkamp (master) September 15, 2016, 12:27 (GMT) |
[windows] add some helpers to make.bat to facilitate making release builds. New features: 1) Release target that checks for both cuda 7.5 and 8 with WITH_CYCLES_CUDA_BINARIES=ON and CYCLES_CUDA_BINARIES_ARCH=sm_20;sm_21;sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61 options set. 2) Option to switch between x86 and x64 builds, the default remains (auto detect the architecture) but can be overridden. 3) Option to switch between vs12(2013) and vs14(2015) default is 2013. Reviewers: juicyfruit, sergey Reviewed By: sergey Tags: #platform:_windows Differential Revision: https://developer.blender.org/D2180 |
Commit Details:
Full Hash: f339d5a8ce145b6a12ec8c8de7ed820b8f481978
Parent Commit: 52181a2
Lines Changed: +186, -46
1 Added Path:
/build_files/cmake/config/blender_release.cmake (+78, -0) (View)
1 Modified Path:
/make.bat (+108, -46) (Diff)