[geos-commits] r2599 - trunk/source

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


Author: pramsey
Date: 2009-06-23 18:20:17 -0400 (Tue, 23 Jun 2009)
New Revision: 2599

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


Modified: trunk/source/Makefile.vc
===================================================================
--- trunk/source/Makefile.vc	2009-06-23 18:22:36 UTC (rev 2598)
+++ trunk/source/Makefile.vc	2009-06-23 22:20:17 UTC (rev 2599)
@@ -329,12 +329,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: trunk/source/dirlist.mk
===================================================================
--- trunk/source/dirlist.mk	2009-06-23 18:22:36 UTC (rev 2598)
+++ trunk/source/dirlist.mk	2009-06-23 22:20:17 UTC (rev 2599)
@@ -4,7 +4,7 @@
 #
 
 GEOS_DIRLIST =  algorithm \
-				algorithm\locate \
+                algorithm\locate \
                 examples \
                 geom \
                 geom\util \



More information about the geos-commits mailing list