# Boost.Atomic Library Jamfile # # Copyright Helge Bahmann 2011. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) import common ; project boost/atomic : requirements multi shared:BOOST_ATOMIC_DYN_LINK=1 static:BOOST_ATOMIC_STATIC_LINK=1 BOOST_ATOMIC_SOURCE windows:BOOST_USE_WINDOWS_H windows:_WIN32_WINNT=0x0500 gcc,windows:"-lkernel32" : usage-requirements shared:BOOST_ATOMIC_DYN_LINK=1 static:BOOST_ATOMIC_STATIC_LINK=1 : source-location ../src ; alias atomic_sources : lockpool.cpp ; explicit atomic_sources ; lib boost_atomic : atomic_sources ; boost-install boost_atomic ;