blender/build_files/build_environment/windows/buildall.cmd

10 lines
242 B
Batchfile
Raw Normal View History

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!