Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-04[msvc] make.bat, no need to set the cuda path at all, cmake will figure it ↵lazydodo
out on it's own.
2016-10-04[msvc] make.bat remove mixed cuda 7.5/8.0 build for release since all ↵lazydodo
kernels can now be properly build with 8.0
2016-10-01[msvc] make.bat - Fix:msbuild platform wasn't set when the architecture was ↵lazydodo
auto detected.
2016-10-01[MSVC] Make.bat updates.lazydodo
- Explicitly specify the platform for msbuild, to facilitate builds with just the Visual C++ Build Tools installed. - When vs2013 is not found, try looking for 2015 as a fallback - Clear up any batch variables that might have been set from previous runs
2016-09-29[MSVC] make.bat updates.lazydodo
- The build folder name used to be depended on the order of the parameters, this is now normalized to "build_windows_[Release/Full/Lite/Headless/Cycles/Bpy]_[x86/x64]_vc[12/14]_[Release/Debug]" regardless of the order of the parameters. -Use CUDA8 for all kernels when building the release convenience target with visual studio 2015
2016-09-17[Windows/make.bat] Clean only after all parameters have been processed so ↵lazydodo
the full path is known, and require a convenience target to be set. Also added a helpful error message if any of the required data is not available.
2016-09-15[windows] add some helpers to make.bat to facilitate making release builds.lazydodo
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
2016-02-09Fix make.bat checking 64bit systemsCampbell Barton
2016-02-08Improve make.bat final messageCampbell Barton
2016-01-04Minor edits to sync make.bat & makefileCampbell Barton
2016-01-01make.bat: only configure onceCampbell Barton
2016-01-01make.bat: add 'clean' commandCampbell Barton
2016-01-01make.bat: detect MSVC locationCampbell Barton
Now this can run from any command line (without having to be launched from MSVC Command Prompt)
2016-01-01make.bat: sanity checks w/ useful error messagesCampbell Barton
2016-01-01make.bat correct name for cycles targetCampbell Barton
2016-01-01Fix for make.batCampbell Barton
Build install target and config path was wrong. Also use less verbose output and enable multiprocess builds.
2015-12-31Add helper make.bat file for ms-windows buildersCampbell Barton
See --help for options (currently still quite basic)