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

buildall.cmd « windows « build_environment « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 480be8cde44f472fee87496e02cbbfc06ce3ad2f (plain)
1
2
3
4
5
6
7
8
9
10
title building 1_4 - x86_2013
call build_deps 2013 x86
title building 2_4 - x86_2015
call build_deps 2015 x86
title building 3_4 - x64_2013
call build_deps 2013 x64
title building 4_4 - x64_2015
call build_deps 2015 x64
title done!
echo done!