Jamfile.jam 488 B

12345678910111213141516171819
  1. #
  2. # Copyright Andrey Semashev 2015.
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # (See accompanying file LICENSE_1_0.txt or copy at
  5. # http://www.boost.org/LICENSE_1_0.txt)
  6. #
  7. import project ;
  8. import log-platform-config ;
  9. project /boost/log/pthread-mutex-robust
  10. : source-location .
  11. : requirements
  12. <conditional>@log-platform-config.set-platform-defines
  13. <pch>off
  14. ;
  15. obj pthread_mutex_robust : pthread_mutex_robust.cpp ;