auto_index/Jamroot.jam
John Maddock 46573b0780 Add some notes about including optional auto-index support to the docs.
Add (copy) Jamroot etc files so this directory can be used standalone.
Fix GCC compiler warnings.
Streamline Jamfiles a touch.

[SVN r68356]
2011-01-21 18:53:06 +00:00

10 lines
218 B
Plaintext

import modules ;
local boost = [ modules.peek : BOOST ] ;
project sandbox : requirements <include>$(boost) ;
# This seems to prevent some Boost.Build errors that otherwise occur :-(
use-project /boost : $(boost) ;