Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8f2276b

Browse files
committed
Updating the Examples Jamfile.
1 parentf835058 commit8f2276b

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)

[8]ページ先頭

©2009-2025 Movatter.jp