$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61734 - sandbox/SOC/2010/bit_masks
From: bbartmanboost_at_[hidden]
Date: 2010-05-02 09:27:24
Author: bbartman
Date: 2010-05-02 09:27:24 EDT (Sun, 02 May 2010)
New Revision: 61734
URL: http://svn.boost.org/trac/boost/changeset/61734
Log:
adding jam file to subversion
Added:
   sandbox/SOC/2010/bit_masks/Jamfile.v2   (contents, props changed)
Added: sandbox/SOC/2010/bit_masks/Jamfile.v2
==============================================================================
--- (empty file)
+++ sandbox/SOC/2010/bit_masks/Jamfile.v2	2010-05-02 09:27:24 EDT (Sun, 02 May 2010)
@@ -0,0 +1,11 @@
+# Copyright 2008-2009 Brian Bartman.
+# Distributed under the Boost Software License, Version 1.0. (See accompanying
+# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+project example
+    : requirements
+        <include>.
+        <include>$(boost-root)
+    :
+        build-dir bin.v2
+    ;