blender/build_files/build_environment/windows/buildall.cmd
Brecht Van Lommel 3c14f02eac Build: add scripts to build dependencies for Windows and macOS.
Note these are intended for platform maintainers, we do not intend to
support users making their own builds with these. For that precompiled
libraries from lib/ should be used.

Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel.

Differential Revision: https://developer.blender.org/D2753
2017-08-07 17:54:26 +02:00

10 lines
242 B
Batchfile

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!