[geos-commits] r4063 - trunk/src

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Jul 28 13:59:54 PDT 2015


Author: mloskot
Date: 2015-07-28 13:59:53 -0700 (Tue, 28 Jul 2015)
New Revision: 4063

Modified:
   trunk/src/Makefile.vc
   trunk/src/dirlist.mk
Log:
Add operation/intersection/*.cpp to NMAKE makefiles

Modified: trunk/src/Makefile.vc
===================================================================
--- trunk/src/Makefile.vc	2015-07-28 20:45:30 UTC (rev 4062)
+++ trunk/src/Makefile.vc	2015-07-28 20:59:53 UTC (rev 4063)
@@ -213,6 +213,9 @@
 	operation\distance\ConnectedElementPointFilter.$(EXT) \
 	operation\distance\DistanceOp.$(EXT) \
 	operation\distance\GeometryLocation.$(EXT) \
+	operation\intersection\Rectangle.$(EXT) \
+	operation\intersection\RectangleIntersection.$(EXT) \
+	operation\intersection\RectangleIntersectionBuilder.$(EXT) \
 	operation\linemerge\EdgeString.$(EXT) \
 	operation\linemerge\LineMergeDirectedEdge.$(EXT) \
 	operation\linemerge\LineMergeEdge.$(EXT) \

Modified: trunk/src/dirlist.mk
===================================================================
--- trunk/src/dirlist.mk	2015-07-28 20:45:30 UTC (rev 4062)
+++ trunk/src/dirlist.mk	2015-07-28 20:59:53 UTC (rev 4063)
@@ -28,6 +28,7 @@
 	operation \
 	operation\buffer \
 	operation\distance \
+	operation\intersection \
 	operation\linemerge \
 	operation\overlay \
 	operation\overlay\snap \



More information about the geos-commits mailing list