Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-08-08 15:23:39


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

Log:
Update
Text files modified:
   trunk/libs/algorithm/string/example/Jamfile | 73 ++++-----------------------------------
   1 files changed, 8 insertions(+), 65 deletions(-)

Modified: trunk/libs/algorithm/string/example/Jamfile
==============================================================================
--- trunk/libs/algorithm/string/example/Jamfile (original)
+++ trunk/libs/algorithm/string/example/Jamfile 2007-08-08 15:23:38 EDT (Wed, 08 Aug 2007)
@@ -7,69 +7,12 @@
 #
 # See http://www.boost.org for updates, documentation, and revision history.
 
-subproject libs/algorithm/string/example ;
 
-exe conv_example
- :
- conv_example.cpp
- :
- <include>$(BOOST_ROOT)
- :
- ;
-
-exe predicate_example
- :
- predicate_example.cpp
- :
- <include>$(BOOST_ROOT)
- :
- ;
-
-exe find_example
- :
- find_example.cpp
- :
- <include>$(BOOST_ROOT)
- :
- ;
-
-exe replace_example
- :
- replace_example.cpp
- :
- <include>$(BOOST_ROOT)
- :
- ;
-
-exe rle_example
- :
- rle_example.cpp
- :
- <include>$(BOOST_ROOT)
- :
- ;
-
-exe trim_example
- :
- trim_example.cpp
- :
- <include>$(BOOST_ROOT)
- :
- ;
-
-exe regex_example
- :
- regex_example.cpp
- <lib>../../../regex/build/boost_regex
- :
- <include>$(BOOST_ROOT)
- :
- ;
-
-exe split_example
- :
- split_example.cpp
- :
- <include>$(BOOST_ROOT)
- :
- ;
+exe conv_example : conv_example.cpp ;
+exe predicate_example : predicate_example.cpp ;
+exe find_example : find_example.cpp ;
+exe replace_example : replace_example.cpp ;
+exe rle_example : rle_example.cpp ;
+exe trim_example : trim_example.cpp ;
+exe regex_example : regex_example.cpp /boost/regex//boost_regex ;
+exe split_example : split_example.cpp ;
\ No newline at end of file


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