# Inspect Jamfile

subproject tools/bcp ;

exe bcp
  : add_path.cpp bcp_imp.cpp copy_path.cpp file_types.cpp
    fileview.cpp main.cpp path_operations.cpp scan_cvs_path.cpp 
    licence_info.cpp scan_licence.cpp output_licence_info.cpp
  <lib>../../libs/filesystem/build/boost_filesystem
  <lib>../../libs/regex/build/boost_regex
  <lib>../../libs/test/build/boost_prg_exec_monitor
  :
  <sysinclude>$(BOOST_ROOT)
  <define>BOOST_REGEX_NO_LIB=1
  :
        release
  ;


stage run
    :
        <exe>bcp
    : : release ;




