[geos-commits] r2126 - in trunk: . source

svn_geos at osgeo.org svn_geos at osgeo.org
Tue May 20 16:45:08 EDT 2008


Author: mloskot
Date: 2008-05-20 16:45:08 -0400 (Tue, 20 May 2008)
New Revision: 2126

Modified:
   trunk/ChangeLog
   trunk/source/Makefile.vc
Log:
source/makefile.vc: Removed non-existing file entry: PreparedPolygonLineIntersects.obj.

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-05-20 20:33:50 UTC (rev 2125)
+++ trunk/ChangeLog	2008-05-20 20:45:08 UTC (rev 2126)
@@ -5,7 +5,8 @@
 	* bootstrap.bat: Added script generating headers for use with Visual C++
 	compiler. DO NOT include this script in GEOS source distribution.
 	* source/makefile.vc: Do not make copies of 3 dynamic headers but let
-	users to use bootstrap.bat instead.
+	users to use bootstrap.bat instead. Fixed compilation error by removing
+	non-existing file entry: source\geom\prep\PreparedPolygonLineIntersection.cpp
 
 ---------  GEOS-3.0.0 release [2007-12-21] --------------------------
 

Modified: trunk/source/Makefile.vc
===================================================================
--- trunk/source/Makefile.vc	2008-05-20 20:33:50 UTC (rev 2125)
+++ trunk/source/Makefile.vc	2008-05-20 20:45:08 UTC (rev 2126)
@@ -98,12 +98,11 @@
 	geom\prep\PreparedLineString.obj \
 	geom\prep\PreparedLineStringIntersects.obj \
 	geom\prep\PreparedPoint.obj \
+	geom\prep\PreparedPolygon.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 \



More information about the geos-commits mailing list