Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69369 - sandbox/local
From: lorcaminiti_at_[hidden]
Date: 2011-02-27 19:40:40


Author: lcaminiti
Date: 2011-02-27 19:40:37 EST (Sun, 27 Feb 2011)
New Revision: 69369
URL: http://svn.boost.org/trac/boost/changeset/69369

Log:
Jam caps.
Added:
   sandbox/local/Jamroot.jam
      - copied unchanged from r69368, /sandbox/local/xJamroot.jam
Removed:
   sandbox/local/xJamroot.jam

Deleted: sandbox/local/xJamroot.jam
==============================================================================
--- sandbox/local/xJamroot.jam 2011-02-27 19:40:37 EST (Sun, 27 Feb 2011)
+++ (empty file)
@@ -1,18 +0,0 @@
-
-# Copyright (C) 2009-2011 Lorenzo Caminiti
-# Use, modification, and distribution is subject to the
-# Boost Software License, Version 1.0
-# (see accompanying file LICENSE_1_0.txt or a copy at
-# http://www.boost.org/LICENSE_1_0.txt).
-
-import os ;
-
-local BOOST_ROOT = [ os.environ BOOST_ROOT ] ;
-
-project
- : requirements
- <include>"." # For this library within Boost libraries.
- <include>"src" # For this library within Contract++.
- <include>$(BOOST_ROOT) # Boost libraries.
- ;
-


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