boost-build.jam 495 B

1234567891011121314151617
  1. #~ Copyright (C) 2002-2003, David Abrahams.
  2. #~ Copyright (C) 2002-2003, Vladimir Prus.
  3. #~ Copyright (C) 2003, Rene Rivera.
  4. #~ Use, modification and distribution are subject to the
  5. #~ Boost Software License, Version 1.0. (See accompanying file
  6. #~ LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. BOOST_ROOT = $(.boost-build-file:D) ;
  8. if --v2 in $(ARGV)
  9. {
  10. JAMFILE = [Bb]uild.jam [Jj]amfile.v2 ;
  11. boost-build tools/build/v2 ;
  12. }
  13. else
  14. {
  15. boost-build tools/build/v1 ;
  16. }
粤ICP备19079148号