Jamfile 211 B

123456789101112
  1. import modules ;
  2. BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
  3. use-project /boost : $(BOOST_ROOT) ;
  4. exe regexp
  5. : regex_wrap.cpp
  6. /boost/regex//boost_regex/<link>static
  7. /luabind//luabind
  8. ;