auto_index/build/Jamfile.v2
John Maddock 5b2bcf899e Add install to std location.
[SVN r73741]
2011-08-14 16:17:29 +00:00

34 lines
418 B
Plaintext

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 ;