Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75481 - in sandbox/chrono_date: . libs/date/build libs/date/test
From: vicente.botet_at_[hidden]
Date: 2011-11-13 17:59:19


Author: viboes
Date: 2011-11-13 17:59:18 EST (Sun, 13 Nov 2011)
New Revision: 75481
URL: http://svn.boost.org/trac/boost/changeset/75481

Log:
Date: Added Jamroot
Added:
   sandbox/chrono_date/Jamroot.jam (contents, props changed)
Text files modified:
   sandbox/chrono_date/libs/date/build/Jamfile.v2 | 4 ++--
   sandbox/chrono_date/libs/date/test/Jamfile.v2 | 2 +-
   2 files changed, 3 insertions(+), 3 deletions(-)

Added: sandbox/chrono_date/Jamroot.jam
==============================================================================
--- (empty file)
+++ sandbox/chrono_date/Jamroot.jam 2011-11-13 17:59:18 EST (Sun, 13 Nov 2011)
@@ -0,0 +1,18 @@
+
+# Copyright (C) 2011 Vicente J. Botet Escriba
+# 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 ] ;
+
+use-project boost : $(BOOST_ROOT) ;
+
+project chrono_date
+ : requirements
+ <include>"." # For this library.
+ <include>$(BOOST_ROOT) # For Boost libraries.
+ ;
+
+

Modified: sandbox/chrono_date/libs/date/build/Jamfile.v2
==============================================================================
--- sandbox/chrono_date/libs/date/build/Jamfile.v2 (original)
+++ sandbox/chrono_date/libs/date/build/Jamfile.v2 2011-11-13 17:59:18 EST (Sun, 13 Nov 2011)
@@ -21,7 +21,7 @@
 
         <define>BOOST_CHRONO_DONT_PROVIDE_DEPRECATED_IO_V1
         <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
- #<define>BOOST_CHRONO_HEADER_ONLY
+ <define>BOOST_CHRONO_HEADER_ONLY
 
         #<define>BOOST_COMMON_TYPE_USES_STATIC_ASSERT
         #<define>BOOST_RATIO_USES_STATIC_ASSERT
@@ -65,7 +65,7 @@
 
         <define>BOOST_CHRONO_DONT_PROVIDE_DEPRECATED_IO_V1
         <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
- #<define>BOOST_CHRONO_HEADER_ONLY
+ <define>BOOST_CHRONO_HEADER_ONLY
 
         <library>/boost/system//boost_system
         #<define>BOOST_SYSTEM_INLINED

Modified: sandbox/chrono_date/libs/date/test/Jamfile.v2
==============================================================================
--- sandbox/chrono_date/libs/date/test/Jamfile.v2 (original)
+++ sandbox/chrono_date/libs/date/test/Jamfile.v2 2011-11-13 17:59:18 EST (Sun, 13 Nov 2011)
@@ -15,7 +15,7 @@
 
         <define>BOOST_CHRONO_DONT_PROVIDE_DEPRECATED_IO_V1
         <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
- #<define>BOOST_CHRONO_HEADER_ONLY
+ <define>BOOST_CHRONO_HEADER_ONLY
 
         <target-os>freebsd:<linkflags>"-lrt"
         <target-os>linux:<linkflags>"-lrt"


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