[geos-commits] r2107 - trunk/source
svn_geos at osgeo.org
svn_geos at osgeo.org
Wed Jan 16 13:36:18 EST 2008
Author: warmerdam
Date: 2008-01-16 13:36:18 -0500 (Wed, 16 Jan 2008)
New Revision: 2107
Modified:
trunk/source/Makefile.vc
Log:
updated to include post 3.0 classes
Modified: trunk/source/Makefile.vc
===================================================================
--- trunk/source/Makefile.vc 2008-01-09 23:49:31 UTC (rev 2106)
+++ trunk/source/Makefile.vc 2008-01-16 18:36:18 UTC (rev 2107)
@@ -40,8 +40,8 @@
LIBNAME = geos.lib
DLLNAME = geos.dll
-CDLLNAME = geos_c.dll
-CLIBNAME = geos_c_i.lib
+CDLLNAME = geos_c.dll
+CLIBNAME = geos_c_i.lib
SLIBNAME = geos_i.lib
OBJ = algorithm\CGAlgorithms.obj \
@@ -95,6 +95,20 @@
geom\util\PointExtracter.obj \
geom\util\PolygonExtracter.obj \
geom\util\ShortCircuitedGeometryVisitor.obj \
+ geom\prep\AbstractPreparedPolygonContains.obj \
+ geom\prep\BasicPreparedGeometry.obj \
+ geom\prep\PreparedGeometry.obj \
+ geom\prep\PreparedGeometryFactory.obj \
+ geom\prep\PreparedLineString.obj \
+ geom\prep\PreparedLineStringIntersects.obj \
+ geom\prep\PreparedPoint.obj \
+ geom\prep\PreparedPolygonContains.obj \
+ geom\prep\PreparedPolygonContainsProperly.obj \
+ geom\prep\PreparedPolygonCovers.obj \
+ geom\prep\PreparedPolygon.obj \
+ geom\prep\PreparedPolygonIntersects.obj \
+ geom\prep\PreparedPolygonLineIntersection.obj \
+ geom\prep\PreparedPolygonPredicate.obj \
geomgraph\Depth.obj \
geomgraph\DirectedEdge.obj \
geomgraph\DirectedEdgeStar.obj \
@@ -164,19 +178,24 @@
io\WKTReader.obj \
io\WKTWriter.obj \
io\Writer.obj \
- noding\FastNodingValidator.obj \
+ noding\FastNodingValidator.obj \
+ noding\FastSegmentSetIntersectionFinder.obj \
noding\IntersectionAdder.obj \
noding\IntersectionFinderAdder.obj \
noding\IteratedNoder.obj \
noding\MCIndexNoder.obj \
+ noding\MCIndexSegmentSetMutualIntersector.obj \
+ noding\NodedSegmentString.obj \
noding\NodingValidator.obj \
noding\Octant.obj \
noding\ScaledNoder.obj \
+ noding\SegmentIntersectionDetector.obj \
noding\SegmentNode.obj \
noding\SegmentNodeList.obj \
noding\SegmentString.obj \
+ noding\SegmentStringUtil.obj \
noding\SimpleNoder.obj \
- noding\SingleInteriorIntersectionFinder.obj \
+ noding\SingleInteriorIntersectionFinder.obj \
noding\snapround\HotPixel.obj \
noding\snapround\MCIndexPointSnapper.obj \
noding\snapround\MCIndexSnapRounder.obj \
More information about the geos-commits
mailing list