[geos-commits] r2600 - branches/3.1/source

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Jun 23 18:21:03 EDT 2009


Author: pramsey
Date: 2009-06-23 18:21:03 -0400 (Tue, 23 Jun 2009)
New Revision: 2600

Modified:
   branches/3.1/source/Makefile.vc
   branches/3.1/source/dirlist.mk
Log:
Fix clean target for VC build (#267)


Modified: branches/3.1/source/Makefile.vc
===================================================================
--- branches/3.1/source/Makefile.vc	2009-06-23 22:20:17 UTC (rev 2599)
+++ branches/3.1/source/Makefile.vc	2009-06-23 22:21:03 UTC (rev 2600)
@@ -317,12 +317,12 @@
 	@IF EXIST $(CLIBNAME) $(RM) $(CLIBNAME)
 	@IF EXIST $(CDLLNAME) $(RM) $(CDLLNAME)
 	- at del ..\capi\*.obj
-	- at del $*.exe
-	- at del $*.exp
-	- at del $*.ilk
-	- at del $*.manifest
-	- at del $*.obj
-	- at del $*.pdb
+	- at del *.exe
+	- at del *.exp
+	- at del *.ilk
+	- at del *.manifest
+	- at del *.obj
+	- at del *.pdb
 	- at FOR %d IN ( $(GEOS_DIRLIST) ) DO del %d\*.obj
 
 TestSweepLineSpeed.exe:	$(LIBNAME) \

Modified: branches/3.1/source/dirlist.mk
===================================================================
--- branches/3.1/source/dirlist.mk	2009-06-23 22:20:17 UTC (rev 2599)
+++ branches/3.1/source/dirlist.mk	2009-06-23 22:21:03 UTC (rev 2600)
@@ -4,7 +4,7 @@
 #
 
 GEOS_DIRLIST =  algorithm \
-				algorithm\locate \
+                algorithm\locate \
                 examples \
                 geom \
                 geom\util \
@@ -31,10 +31,11 @@
                 operation\polygonize \
                 operation\predicate \
                 operation\relate \
+                operation\union \
                 operation\valid \
                 planargraph \
                 planargraph\algorithm \
                 precision \
-				simplify \
+                simplify \
                 util
 



More information about the geos-commits mailing list