Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54612 - sandbox/itl/libs/validate/example/labat_single_
From: afojgo_at_[hidden]
Date: 2009-07-03 15:51:11


Author: jofaber
Date: 2009-07-03 15:51:10 EDT (Fri, 03 Jul 2009)
New Revision: 54612
URL: http://svn.boost.org/trac/boost/changeset/54612

Log:
Added Jamfile for labat_single.
Added:
   sandbox/itl/libs/validate/example/labat_single_/Jamfile.v2 (contents, props changed)

Added: sandbox/itl/libs/validate/example/labat_single_/Jamfile.v2
==============================================================================
--- (empty file)
+++ sandbox/itl/libs/validate/example/labat_single_/Jamfile.v2 2009-07-03 15:51:10 EDT (Fri, 03 Jul 2009)
@@ -0,0 +1,15 @@
+# (C) Copyright 2008: Joachim Faulhaber
+# 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)
+
+obj gentorprofile.obj : ../../src/gentor/gentorprofile.cpp ;
+
+exe labat_single
+ :
+ labat_single.cpp
+ gentorprofile.obj
+ /boost/date_time//boost_date_time
+ :
+ <include>../../..
+ <include>$(BOOST_ROOT)
+ ;


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