Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-08-08 15:30:44


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

Log:
Update
Text files modified:
   trunk/libs/format/benchmark/Jamfile | 28 ++++------------------------
   1 files changed, 4 insertions(+), 24 deletions(-)

Modified: trunk/libs/format/benchmark/Jamfile
==============================================================================
--- trunk/libs/format/benchmark/Jamfile (original)
+++ trunk/libs/format/benchmark/Jamfile 2007-08-08 15:30:44 EDT (Wed, 08 Aug 2007)
@@ -7,37 +7,17 @@
 # This software is provided "as is" without express or implied
 # warranty, and with no claim as to its suitability for any purpose.
 
-subproject libs/format/benchmark ;
-
-
-
-#exe bench_format_overloads
-# : bench_format.cpp
-# : <include>$(BOOST_ROOT) <define>BOOST_FORMAT_OVERLOADS <define>BOOST_FORMAT_ONLY_BASICFMT
-# ;
-
-#exe bench_format_basicfmt
-# : bench_format.cpp
-# : <include>$(BOOST_ROOT) <define>BOOST_FORMAT_ONLY_BASICFMT
-# ;
-
 exe bench_format_no_locale
     : bench_format.cpp
- : <include>$(BOOST_ROOT) <define>BOOST_NO_STD_LOCALE
+ : <define>BOOST_NO_STD_LOCALE <location-prefix>no_locale
     ;
 
 exe bench_format_normal
- : bench_format.cpp
- : <include>$(BOOST_ROOT)
+ : bench_format.cpp
+ : <location-prefix>normal
     ;
 
 exe bench_format_no_reuse_stream
     : bench_format.cpp
- : <include>alts <include>$(BOOST_ROOT) <define>BOOST_FORMAT_NO_OSS_MEMBER
- ;
-
-exe format_test
- : format_test.cpp
- : <include>$(BOOST_ROOT)
+ : <include>alts <define>BOOST_FORMAT_NO_OSS_MEMBER <location-prefix>no_reuse_stream
     ;
-


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