Skip to content

Commit 92afc08

Browse files
committed
Updates
1 parent 3d368ca commit 92afc08

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Jamroot.jam

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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) ;

test/Jamfile.v2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ project
139139
[ compile ../example/my_own_termination_handler.cpp ]
140140
[ compile ../example/limit_single_instance.cpp ]
141141
[ 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 ]
144144
[ run ../example/setup/windows/setup.cpp : : : <build>no <target-os>windows:<build>yes ]
145145
#
146146
#

0 commit comments

Comments
 (0)