[geos-commits] r2101 - in trunk/build/bjam: geos geos_c geos_unit

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 19:04:25 EST 2007


Author: mloskot
Date: 2007-12-21 19:04:25 -0500 (Fri, 21 Dec 2007)
New Revision: 2101

Modified:
   trunk/build/bjam/geos/Jamfile
   trunk/build/bjam/geos_c/
   trunk/build/bjam/geos_unit/
Log:
Updated configuration of experimental builder based on Boost.Build. GEOS compiles with bjam successfully as static library.

Modified: trunk/build/bjam/geos/Jamfile
===================================================================
--- trunk/build/bjam/geos/Jamfile	2007-12-21 23:50:57 UTC (rev 2100)
+++ trunk/build/bjam/geos/Jamfile	2007-12-22 00:04:25 UTC (rev 2101)
@@ -43,10 +43,12 @@
     [ set.difference
         [ glob algorithm/*.cpp ] : [ glob algorithm/*RobustLineIntersector.cpp ]
     ]
+    [ glob algorithm/locate/*.cpp ]
     [ glob geom/*.cpp ]
     [ glob geom/util/*.cpp ]
     [ glob index/*.cpp ]
     [ glob index/chain/*.cpp ]
+    [ glob index/intervalrtree/*.cpp ]
     [ glob index/strtree/*.cpp ]
     [ glob index/sweepline/*.cpp ]
     [ glob io/*.cpp ]


Property changes on: trunk/build/bjam/geos_c
___________________________________________________________________
Name: svn:ignore
   + bin



Property changes on: trunk/build/bjam/geos_unit
___________________________________________________________________
Name: svn:ignore
   + bin




More information about the geos-commits mailing list