Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65266 - in sandbox/geometry/other: . programs/doxygen_xml2qbk
From: barend.gehrels_at_[hidden]
Date: 2010-09-04 12:49:09


Author: barendgehrels
Date: 2010-09-04 12:49:06 EDT (Sat, 04 Sep 2010)
New Revision: 65266
URL: http://svn.boost.org/trac/boost/changeset/65266

Log:
Added jams for doxygen_xml2qbk
Added:
   sandbox/geometry/other/Jamroot (contents, props changed)
   sandbox/geometry/other/programs/doxygen_xml2qbk/Jamfile.v2 (contents, props changed)

Added: sandbox/geometry/other/Jamroot
==============================================================================
--- (empty file)
+++ sandbox/geometry/other/Jamroot 2010-09-04 12:49:06 EDT (Sat, 04 Sep 2010)
@@ -0,0 +1,16 @@
+# Boost Build v2 Jamroot for Generic Geometry Library unit
+#
+# Copyright Bruno Lalande 2008
+# Copyright Barend Gehrels, Geodan Holding B.V. Amsterdam, the Netherlands.
+# Copyright (c) 2009 Mateusz Loskot <mateusz_at_[hidden]>
+#
+# Use, modification and distribution is subject to 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
+ : requirements
+ <include>../..
+ <toolset>gcc:<cxxflags>"-pedantic -Wall -Wstrict-aliasing -fstrict-aliasing -Wno-long-long"
+ <dependency>/boost//headers
+ ;

Added: sandbox/geometry/other/programs/doxygen_xml2qbk/Jamfile.v2
==============================================================================
--- (empty file)
+++ sandbox/geometry/other/programs/doxygen_xml2qbk/Jamfile.v2 2010-09-04 12:49:06 EDT (Sat, 04 Sep 2010)
@@ -0,0 +1,17 @@
+# Controls building of doxygen_xml2qbk
+#
+# Copyright Barend Gehrels, Geodan Holding B.V. Amsterdam, the Netherlands.
+# Copyright (c) 2009 Mateusz Loskot <mateusz_at_[hidden]>
+# Use, modification and distribution is subject to 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 doxygen_xml2qbk
+ : requirements
+ <include>.
+ <include>contrib/rapidxml-1.13
+ ;
+
+exe doxygen_xml2qbk : doxygen_xml2qbk.cpp ;
+


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