Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71786 - sandbox/coerce/libs/coerce/example
From: vexocide_at_[hidden]
Date: 2011-05-07 14:06:26


Author: vexocide
Date: 2011-05-07 14:06:26 EDT (Sat, 07 May 2011)
New Revision: 71786
URL: http://svn.boost.org/trac/boost/changeset/71786

Log:
Include the new example into the Jamfile
Text files modified:
   sandbox/coerce/libs/coerce/example/Jamfile.v2 | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/coerce/libs/coerce/example/Jamfile.v2
==============================================================================
--- sandbox/coerce/libs/coerce/example/Jamfile.v2 (original)
+++ sandbox/coerce/libs/coerce/example/Jamfile.v2 2011-05-07 14:06:26 EDT (Sat, 07 May 2011)
@@ -10,11 +10,11 @@
         <include>../../../
     ;
 
+exe backend :
+ backend.cpp ;
+
 exe coerce :
     coerce.cpp ;
 
-exe domain :
- domain.cpp ;
-
 exe optional :
     optional.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