[geos-commits] r3786 - trunk/src
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri Mar 8 09:48:13 PST 2013
Author: mloskot
Date: 2013-03-08 09:48:13 -0800 (Fri, 08 Mar 2013)
New Revision: 3786
Modified:
trunk/src/Makefile.vc
Log:
Add algorithm/Centroid.obj
Modified: trunk/src/Makefile.vc
===================================================================
--- trunk/src/Makefile.vc 2013-03-08 17:41:15 UTC (rev 3785)
+++ trunk/src/Makefile.vc 2013-03-08 17:48:13 UTC (rev 3786)
@@ -32,6 +32,7 @@
OBJ = \
algorithm\Angle.$(EXT) \
algorithm\BoundaryNodeRule.$(EXT) \
+ algorithm\Centroid.$(EXT) \
algorithm\CentroidArea.$(EXT) \
algorithm\CentroidLine.$(EXT) \
algorithm\CentroidPoint.$(EXT) \
More information about the geos-commits
mailing list