]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/asio/example/cpp03/spawn/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / asio / example / cpp03 / spawn / Jamfile.v2
index de10a866f36941e5bc3a225acb55014eefc64f54..19b21c5298f8cee72569e169e58e983be99c6682 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com)
 #
 # Distributed under the Boost Software License, Version 1.0. (See accompanying
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -43,3 +43,21 @@ exe server
     <os>HPUX:<library>ipv6
     <os>HAIKU:<library>network
   ;
+
+exe parallel_grep
+  : parallel_grep.cpp
+    /boost/context//boost_context
+    /boost/coroutine//boost_coroutine
+    /boost/system//boost_system
+  : <define>BOOST_ALL_NO_LIB=1
+    <threading>multi
+    <os>SOLARIS:<library>socket
+    <os>SOLARIS:<library>nsl
+    <os>NT:<define>_WIN32_WINNT=0x0501
+    <os>NT,<toolset>gcc:<library>ws2_32
+    <os>NT,<toolset>gcc:<library>mswsock
+    <os>NT,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
+    <os>HPUX,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
+    <os>HPUX:<library>ipv6
+    <os>HAIKU:<library>network
+  ;