This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/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!