Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64188 - trunk/tools/build/v2/example/customization
From: ghost_at_[hidden]
Date: 2010-07-20 04:13:11


Author: vladimir_prus
Date: 2010-07-20 04:13:06 EDT (Tue, 20 Jul 2010)
New Revision: 64188
URL: http://svn.boost.org/trac/boost/changeset/64188

Log:
Simplify setup
Removed:
   trunk/tools/build/v2/example/customization/jamfile.jam
Text files modified:
   trunk/tools/build/v2/example/customization/jamroot.jam | 5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)

Deleted: trunk/tools/build/v2/example/customization/jamfile.jam
==============================================================================
--- trunk/tools/build/v2/example/customization/jamfile.jam 2010-07-20 04:13:06 EDT (Tue, 20 Jul 2010)
+++ (empty file)
@@ -1,7 +0,0 @@
-# Copyright 2003, 2004 Vladimir Prus
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
-
-
-exe codegen : codegen.cpp class.verbatim usage.verbatim
- t1.verbatim ;

Modified: trunk/tools/build/v2/example/customization/jamroot.jam
==============================================================================
--- trunk/tools/build/v2/example/customization/jamroot.jam (original)
+++ trunk/tools/build/v2/example/customization/jamroot.jam 2010-07-20 04:13:06 EDT (Tue, 20 Jul 2010)
@@ -2,5 +2,8 @@
 # Distributed under the Boost Software License, Version 1.0.
 # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
-
 import verbatim ;
+
+exe codegen : codegen.cpp class.verbatim usage.verbatim
+ t1.verbatim ;
+


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