buildall.cmd 242 B

12345678910
  1. title building 1_4 - x86_2013
  2. call build_deps 2013 x86
  3. title building 2_4 - x86_2015
  4. call build_deps 2015 x86
  5. title building 3_4 - x64_2013
  6. call build_deps 2013 x64
  7. title building 4_4 - x64_2015
  8. call build_deps 2015 x64
  9. title done!
  10. echo done!