|
|
@@ -37,7 +37,7 @@ obj tiny_xml
|
|
|
:
|
|
|
<define>BOOST_ALL_NO_LIB=1
|
|
|
<define>_CRT_SECURE_NO_WARNINGS
|
|
|
- <use>/boost//headers
|
|
|
+ <implicit-dependency>/boost//headers
|
|
|
:
|
|
|
release
|
|
|
;
|
|
|
@@ -51,7 +51,7 @@ exe process_jam_log
|
|
|
:
|
|
|
<define>BOOST_ALL_NO_LIB=1
|
|
|
<define>_CRT_SECURE_NO_WARNINGS
|
|
|
- <use>/boost//headers
|
|
|
+ <implicit-dependency>/boost//headers
|
|
|
:
|
|
|
release
|
|
|
;
|
|
|
@@ -64,7 +64,7 @@ exe compiler_status
|
|
|
/boost/filesystem//boost_filesystem/<link>static
|
|
|
:
|
|
|
<define>BOOST_ALL_NO_LIB=1
|
|
|
- <use>/boost//headers
|
|
|
+ <implicit-dependency>/boost//headers
|
|
|
:
|
|
|
release
|
|
|
;
|
|
|
@@ -77,8 +77,25 @@ exe library_status
|
|
|
/boost/filesystem//boost_filesystem/<link>static
|
|
|
:
|
|
|
<define>BOOST_ALL_NO_LIB=1
|
|
|
- <use>/boost//headers
|
|
|
+ <implicit-dependency>/boost//headers
|
|
|
:
|
|
|
release
|
|
|
;
|
|
|
explicit library_status ;
|
|
|
+
|
|
|
+exe boost_report
|
|
|
+ :
|
|
|
+ [ glob report/*.cpp ]
|
|
|
+ /boost/filesystem//boost_filesystem/<link>static
|
|
|
+ /boost//filesystem/<link>static
|
|
|
+ /boost//date_time/<link>static
|
|
|
+ /boost//regex/<link>static
|
|
|
+ /boost//program_options/<link>static
|
|
|
+ /boost//iostreams/<link>static
|
|
|
+ :
|
|
|
+ <define>BOOST_ALL_NO_LIB=1
|
|
|
+ <implicit-dependency>/boost//headers
|
|
|
+ :
|
|
|
+ release
|
|
|
+ ;
|
|
|
+explicit boost_report ;
|