Jamfile.v2 748 B

12345678910111213141516171819202122
  1. # Boost.Wave: A Standard compliant C++ preprocessor library
  2. #
  3. # Boost Wave Library Sample Build Jamfile (preprocess_pragma_output)
  4. #
  5. # http://www.boost.org/
  6. #
  7. # Copyright (c) 2001-2008 Hartmut Kaiser. Distributed under the Boost
  8. # Software License, Version 1.0. (See accompanying file
  9. # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  10. exe preprocess_pragma_output
  11. : ../preprocess_pragma_output.cpp
  12. /boost/wave//boost_wave
  13. /boost/thread//boost_thread
  14. /boost/date_time//boost_date_time
  15. /boost/filesystem//boost_filesystem
  16. /boost/system//boost_system
  17. :
  18. <toolset>msvc-8.0:<define>_SCL_SECURE_NO_DEPRECATE
  19. <toolset>msvc-8.0:<define>_CRT_SECURE_NO_DEPRECATE
  20. ;