# Copyright (C) 2001-2003 # William E. Kempf # # 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) # # Boost.Threads build Jamfile # # Additional configuration variables used: # See threads.jam. # Declare the location of this subproject relative to the root. subproject libs/thread/build ; # Include threads.jam for Boost.Threads global build information. # This greatly simplifies the Jam code needed to configure the build # for the various Win32 build types. import ./threads ; { CPP_SOURCES = barrier condition exceptions mutex once recursive_mutex read_write_mutex thread tss_hooks tss_dll tss_pe tss xtime ; template boost_thread_lib_base : ## sources ##