[geos-commits] r2100 - in trunk/source: . algorithm/locate index/intervalrtree

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 18:50:57 EST 2007


Author: mloskot
Date: 2007-12-21 18:50:57 -0500 (Fri, 21 Dec 2007)
New Revision: 2100

Modified:
   trunk/source/Makefile.vc
   trunk/source/algorithm/locate/
   trunk/source/index/intervalrtree/
Log:
Updated Visual C++ makefiles with new submissions from Ben. Now, new GEOS features compiles with NMAKE too.

Modified: trunk/source/Makefile.vc
===================================================================
--- trunk/source/Makefile.vc	2007-12-21 23:31:58 UTC (rev 2099)
+++ trunk/source/Makefile.vc	2007-12-21 23:50:57 UTC (rev 2100)
@@ -58,10 +58,13 @@
 	algorithm\MinimumDiameter.obj \
 	algorithm\NotRepresentableException.obj \
 	algorithm\PointLocator.obj \
+	algorithm\RayCrossingCounter.obj \
 	algorithm\RobustDeterminant.obj \
-	algorithm\SimplePointInAreaLocator.obj \
 	algorithm\SimplePointInRing.obj \
 	algorithm\SIRtreePointInRing.obj \
+	algorithm\locate\IndexedPointInAreaLocator.obj \
+	algorithm\locate\PointOnGeometryLocator.obj \
+	algorithm\locate\SimplePointInAreaLocator.obj \
 	geom\Coordinate.obj \
 	geom\CoordinateArraySequence.obj \
 	geom\CoordinateArraySequenceFactory.obj \
@@ -131,6 +134,10 @@
 	index\chain\MonotoneChainBuilder.obj \
 	index\chain\MonotoneChainOverlapAction.obj \
 	index\chain\MonotoneChainSelectAction.obj \
+	index\intervalrtree\IntervalRTreeBranchNode.obj \
+	index\intervalrtree\IntervalRTreeLeafNode.obj \
+	index\intervalrtree\IntervalRTreeNode.obj \
+	index\intervalrtree\SortedPackedIntervalRTree.obj \
 	index\quadtree\DoubleBits.obj \
 	index\quadtree\IntervalSize.obj \
 	index\quadtree\Key.obj \


Property changes on: trunk/source/algorithm/locate
___________________________________________________________________
Name: svn:ignore
   - .deps
.libs
Makefile
Makefile.in

   + .deps
.libs
*.o
*.obj
Makefile
Makefile.in



Property changes on: trunk/source/index/intervalrtree
___________________________________________________________________
Name: svn:ignore
   - .deps
.libs
Makefile
Makefile.in

   + .deps
.libs
*.o
*.obj
Makefile
Makefile.in




More information about the geos-commits mailing list