snapshot.bat 485 B

1234567891011121314151617
  1. rem Run POSIX and Windows snapshots
  2. rem Copyright 2008 Beman Dawes
  3. rem Distributed under the Boost Software License, Version 1.0.
  4. rem See http://www.boost.org/LICENSE_1_0.txt
  5. rem Must be run in a directory devoted to boost release snapshots
  6. echo Using %BOOST_TRUNK% as boost trunk
  7. time /t
  8. call %BOOST_TRUNK%\tools\release\snapshot_posix.bat
  9. time /t
  10. call %BOOST_TRUNK%\tools\release\snapshot_windows.bat
  11. time /t
  12. call %BOOST_TRUNK%\tools/release\snapshot_inspection.bat
  13. time /t
粤ICP备19079148号