Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added boost

File size: 598 bytes
Line 
1exe bcp
2    :
3    add_path.cpp bcp_imp.cpp copy_path.cpp file_types.cpp
4    fileview.cpp main.cpp path_operations.cpp scan_cvs_path.cpp
5    licence_info.cpp scan_licence.cpp output_licence_info.cpp
6    /boost/filesystem//boost_filesystem
7    /boost/regex//boost_regex
8    /boost/test//boost_prg_exec_monitor
9    :
10    <define>BOOST_REGEX_NO_LIB=1
11    :
12    release
13    ;
14
15install dist-bin
16    :
17    bcp
18    :
19    <install-type>EXE
20    <location>../../dist/bin
21    :
22    release
23    ;
24
25install dist-lib
26    :
27    bcp
28    :
29    <install-type>LIB
30    <location>../../dist/lib
31    :
32    release
33    ;
Note: See TracBrowser for help on using the repository browser.