Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61818 - sandbox/SOC/2010/bit_masks
From: bbartmanboost_at_[hidden]
Date: 2010-05-06 10:01:56


Author: bbartman
Date: 2010-05-06 10:01:55 EDT (Thu, 06 May 2010)
New Revision: 61818
URL: http://svn.boost.org/trac/boost/changeset/61818

Log:
I now have my build system working with bjam
Text files modified:
   sandbox/SOC/2010/bit_masks/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/Jamfile.v2
==============================================================================
--- sandbox/SOC/2010/bit_masks/Jamfile.v2 (original)
+++ sandbox/SOC/2010/bit_masks/Jamfile.v2 2010-05-06 10:01:55 EDT (Thu, 06 May 2010)
@@ -5,7 +5,7 @@
 project bit_mask
     : requirements
         <include>.
- <include>$(boost-root)
+ <include>$(BOOST_ROOT)
     :
         build-dir bin.v2
     ;


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