build.bat 213 B

1234567
  1. @echo off
  2. rem Copyright Beman Dawes, 2010
  3. rem Distributed under the Boost Software License, Version 1.0.
  4. rem See www.boost.org/LICENSE_1_0.txt
  5. echo Compiling example programs...
  6. b2 %* >b2.log
  7. find "error" <b2.log