Files
unordered/Jamfile.v2
Daniel James 50d3138552 Add the build and documentation source files required for building the
standalone unordered containers.


[SVN r4046]
2007-05-13 19:23:03 +00:00

15 lines
452 B
Plaintext

# (C) Copyright Daniel James 2005-2006.
# 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)
project /unordered
: requirements
<include>.
<include>$(BOOST_ROOT)
: usage-requirements
<include>.
<include>$(BOOST_ROOT)
;
#use-project /boost/test : $(BOOST_ROOT)/libs/test/build ;