Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-08-08 15:47:17


Author: vladimir_prus
Date: 2007-08-08 15:47:16 EDT (Wed, 08 Aug 2007)
New Revision: 38531
URL: http://svn.boost.org/trac/boost/changeset/38531

Log:
Update to V2
Text files modified:
   trunk/libs/thread/tutorial/Jamfile | 43 +++++++++++++--------------------------
   1 files changed, 14 insertions(+), 29 deletions(-)

Modified: trunk/libs/thread/tutorial/Jamfile
==============================================================================
--- trunk/libs/thread/tutorial/Jamfile (original)
+++ trunk/libs/thread/tutorial/Jamfile 2007-08-08 15:47:16 EDT (Wed, 08 Aug 2007)
@@ -16,34 +16,19 @@
 # variant to link against (see the pthreads-win32 documentation).
 # Example: jam -sPTW32="c:\pthreads-win32 pthreadVCE.lib"
 
-# Declare the location of this subproject relative to the root.
-
-subproject libs/thread/tutorial ;
-
-# Include threads.jam for Boost.Threads global build information.
-# This greatly simplifies the Jam code needed to configure the build
-# for the various Win32 build types.
-import ../build/threads ;
-
-{
- template tutorial
- ## sources ##
- : <template>thread_base
- <dll>../build/boost_thread
- ## requirements ##
- :
- ## default build ##
- :
+project
+ : requirements <library>/boost/thread//boost_thread
+ <threading>multi
     ;
 
- exe helloworld : <template>tutorial helloworld.cpp ;
- exe helloworld2 : <template>tutorial helloworld2.cpp ;
- exe helloworld3 : <template>tutorial helloworld3.cpp ;
- exe helloworld4 : <template>tutorial helloworld4.cpp ;
- exe factorial : <template>tutorial factorial.cpp ;
- exe factorial2 : <template>tutorial factorial2.cpp ;
- exe factorial3 : <template>tutorial factorial3.cpp ;
- exe counter : <template>tutorial counter.cpp ;
- exe bounded_buffer : <template>tutorial bounded_buffer.cpp ;
- exe once : <template>tutorial once.cpp ;
-}
+exe helloworld : helloworld.cpp ;
+exe helloworld2 : helloworld2.cpp ;
+exe helloworld3 : helloworld3.cpp ;
+exe helloworld4 : helloworld4.cpp ;
+exe factorial : factorial.cpp ;
+exe factorial2 : factorial2.cpp ;
+exe factorial3 : factorial3.cpp ;
+exe counter : counter.cpp ;
+exe bounded_buffer : bounded_buffer.cpp ;
+exe once : once.cpp ;
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk