blob: 2c229f2ef8e08f85a4942b0909ad8efbd761c202 [file] [log] [blame]
import quickbook ;
import modules ;
exe auto_index :
../src/auto_index.cpp
../src/file_scanning.cpp
../src/index_generator.cpp
../src/tiny_xml.cpp
/boost//regex
/boost//filesystem
/boost//system
/boost//program_options
: <define>BOOST_ALL_NO_LIB=1 <link>static release ;
install aii : auto_index : <location>. ;
install i : auto_index : <location>../../../dist/bin ;