File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+ import modules ;
3
+
4
+ local boost = [ modules.peek : BOOST ] ;
5
+
6
+ project sandbox : requirements <include>$(boost) ;
7
+
8
+ # This seems to prevent some Boost.Build errors that otherwise occur :-(
9
+ use-project C:\\boost_1_54_0 : $(boost) ;
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ project
139
139
[ compile ../example/my_own_termination_handler.cpp ]
140
140
[ compile ../example/limit_single_instance.cpp ]
141
141
[ compile ../example/simple_server_application.cpp ]
142
- # [ compile ../example/simple_server_application_with_auto_handler.cpp ]
143
- # [ compile ../example/simple_server_application_with_auto_handler_and_global_context.cpp ]
142
+ [ compile ../example/simple_server_application_with_auto_handler.cpp ]
143
+ [ compile ../example/simple_server_application_with_auto_handler_and_global_context.cpp ]
144
144
[ run ../example/setup/windows/setup.cpp : : : <build>no <target-os>windows:<build>yes ]
145
145
#
146
146
#
You can’t perform that action at this time.
0 commit comments