Skip to content

Commit 8f2276b

Browse files
committed
Updating the Examples Jamfile.
1 parent f835058 commit 8f2276b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

libs/network/example/Jamfile.v2

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,22 @@ project network_test :
1818
<toolset>msvc:<define>WIN32_LEAN_AND_MEAN
1919
<link>static
2020
<c++-template-depth>256
21+
<variant>debug:<define>BOOST_NETWORK_DEBUG
2122
;
2223

23-
exe http_client : http_client.cpp ;
24+
exe http_client : http_client.cpp /cpp-netlib//cppnetlib-uri-parsers ;
2425

2526
# exe dispatch_table : dispatch_table.cpp ;
2627

27-
exe uri : uri.cpp ;
28+
exe uri : uri.cpp /cpp-netlib//cppnetlib-uri-parsers ;
2829

29-
exe simple_wget : simple_wget.cpp ;
30+
exe simple_wget : simple_wget.cpp /cpp-netlib//cppnetlib-uri-parsers ;
3031

31-
exe hello_world_server : http/hello_world_server.cpp ;
32+
exe hello_world_server : http/hello_world_server.cpp /cpp-netlib//cppnetlib-server-parsers ;
3233

33-
exe hello_world_client : http/hello_world_client.cpp ;
34+
exe hello_world_client : http/hello_world_client.cpp /cpp-netlib//cppnetlib-uri-parsers ;
3435

35-
exe one_liner : http/one_liner.cpp ;
36+
exe one_liner : http/one_liner.cpp /cpp-netlib//cppnetlib-uri-parsers ;
3637

37-
exe fileserver : http/fileserver.cpp ;
38+
exe fileserver : http/fileserver.cpp /cpp-netlib//cppnetlib-server-parsers ;
3839

0 commit comments

Comments
 (0)