Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/bcp/Jamfile @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 526 bytes
Line 
1# Inspect Jamfile
2
3subproject tools/bcp ;
4
5exe bcp
6  : add_path.cpp bcp_imp.cpp copy_path.cpp file_types.cpp
7    fileview.cpp main.cpp path_operations.cpp scan_cvs_path.cpp
8    licence_info.cpp scan_licence.cpp output_licence_info.cpp
9  <lib>../../libs/filesystem/build/boost_filesystem
10  <lib>../../libs/regex/build/boost_regex
11  <lib>../../libs/test/build/boost_prg_exec_monitor
12  :
13  <sysinclude>$(BOOST_ROOT)
14  <define>BOOST_REGEX_NO_LIB=1
15  :
16        release
17  ;
18
19
20stage run
21    :
22        <exe>bcp
23    : : release ;
24
25
26
27
Note: See TracBrowser for help on using the repository browser.