# Boost.Signals Library # Copyright Douglas Gregor 2001-2003. Use, modification and # distribution is subject to 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) # For more information, see http://www.boost.org # declare the location of this subproject relative to the root subproject libs/signals/build ; # # this template defines the options common to # all signals builds and tests: # template signals-options : # sources : # requirements BOOST_SIGNALS_NO_LIB=1 $(BOOST_ROOT) ; # # this template defines the options common to # all signals dll builds and tests: # template signals-dll-options :