File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,24 @@ lib dl ;
5
5
lib rt ;
6
6
7
7
lib boost_date_time ;
8
- lib boost_system ;
8
+ # lib boost_system ;
9
9
lib boost_program_options ;
10
10
lib boost_context ;
11
11
lib boost_atomic ;
12
12
13
13
lib boost_unit_test_framework ;
14
14
lib boost_test_exec_monitor ;
15
15
16
- lib boost_chrono : boost_system : <name>boost_chrono ;
16
+ #lib boost_chrono : boost_system : <name>boost_chrono ;
17
+ lib boost_chrono : : <name>boost_chrono ;
18
+
17
19
lib boost_timer : boost_chrono : <name>boost_timer ;
18
- lib boost_filesystem : boost_system : <name>boost_filesystem ;
20
+
21
+ #lib boost_filesystem : boost_system : <name>boost_filesystem ;
22
+ lib boost_filesystem : : <name>boost_filesystem ;
23
+
19
24
lib boost_thread : boost_chrono : <name>boost_thread ;
20
25
21
- lib boost_coroutine : boost_context boost_system : <name>boost_coroutine ;
26
+ #lib boost_coroutine : boost_context boost_system : <name>boost_coroutine ;
27
+ lib boost_coroutine : boost_context : <name>boost_coroutine ;
22
28
Original file line number Diff line number Diff line change 1
1
2
2
unit-test system : system.cpp
3
- /lib//boost_system
4
3
;
4
+ # /lib//boost_system
5
5
6
6
unit-test chrono : chrono.cpp
7
7
#/lib//boost_chrono
You can’t perform that action at this time.
0 commit comments