$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john.groups_at_[hidden]
Date: 2008-01-31 11:47:52
Author: jtorjo
Date: 2008-01-31 11:47:52 EST (Thu, 31 Jan 2008)
New Revision: 43033
URL: http://svn.boost.org/trac/boost/changeset/43033
Log:
[logging]
v0.21.9, 31 jan 2008
- updated Jamfile.v2 files for examples and test, for them to compile all files tests/examples
Properties modified: 
   sandbox/logging/lib/logging/internal/vc8/loggingvc8/   (props changed)
   sandbox/logging/lib/logging/samples/scenarios/   (props changed)
   sandbox/logging/lib/logging/tests/   (props changed)
Text files modified: 
   sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp |     3 ++-                                     
   sandbox/logging/lib/logging/samples/scenarios/Jamfile.v2   |    19 +++++++++++++++++--                     
   sandbox/logging/lib/logging/tests/Jamfile.v2               |     5 +++++                                   
   3 files changed, 24 insertions(+), 3 deletions(-)
Modified: sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp	(original)
+++ sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp	2008-01-31 11:47:52 EST (Thu, 31 Jan 2008)
@@ -1,7 +1,8 @@
 /** 
 @page page_changelog Changelog
 
-_at_section changelog_cur_ver Current Version: v0.21.8, 31 jan 2008
+@section changelog_cur_ver Current Version: v0.21.9, 31 jan 2008
+- updated Jamfile.v2 files for examples and test, for them to compile all files tests/examples
 - updated Jamfile.v2 to actually build the tests + the tests to use BOOST_CHECK
 - updated docs : about caching/destruction
 - not using after_being_destroyed.hpp anymore - no need (see @ref after_destruction).
Modified: sandbox/logging/lib/logging/samples/scenarios/Jamfile.v2
==============================================================================
--- sandbox/logging/lib/logging/samples/scenarios/Jamfile.v2	(original)
+++ sandbox/logging/lib/logging/samples/scenarios/Jamfile.v2	2008-01-31 11:47:52 EST (Thu, 31 Jan 2008)
@@ -5,12 +5,23 @@
 #  accompanying file LICENSE_1_0.txt or copy at
 #  http://www.boost.org/LICENSE_1_0.txt)
 
+import modules ;
+
+# Look for BOOST_ROOT_DIR environment variable
+local BOOST_ROOT = [ modules.peek : BOOST_ROOT_DIR ] ;
+
+use-project /boost : $(BOOST_ROOT) ; 
+
 project 
     : requirements 
       <include>../../../.. 
       <include>$(BOOST_ROOT) 
-      <include>D:/john/code/latest_boost 
-      <library>/boost/thread//boost_thread 
+      <threading>multi 
+      <runtime-link>static 
+      <link>static 
+      <library>/boost//thread 
+      <library>/boost//filesystem 
+      <library>/boost//date_time 
     ;
 
 exe cache_before_init
@@ -57,6 +68,10 @@
     : ts_loger_one_filter.cpp
     ;
 
+exe use_profiler
+    : use_profiler.cpp
+    ;
+
 exe use_tss_ostringstream
     : use_tss_ostringstream.cpp
     ;
Modified: sandbox/logging/lib/logging/tests/Jamfile.v2
==============================================================================
--- sandbox/logging/lib/logging/tests/Jamfile.v2	(original)
+++ sandbox/logging/lib/logging/tests/Jamfile.v2	2008-01-31 11:47:52 EST (Thu, 31 Jan 2008)
@@ -17,7 +17,12 @@
     : requirements 
       <include>../../.. 
       <include>$(BOOST_ROOT) 
+      <threading>multi 
+      <runtime-link>static 
+      <link>static 
       <library>/boost//thread 
+      <library>/boost//filesystem 
+      <library>/boost//date_time 
     ;
 
 # bring in rules for testing