[geos-commits] r2671 - trunk/build/msvc90/geos_lib

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Oct 13 12:25:44 EDT 2009


Author: mloskot
Date: 2009-10-13 12:25:42 -0400 (Tue, 13 Oct 2009)
New Revision: 2671

Modified:
   trunk/build/msvc90/geos_lib/geos_lib.vcproj
Log:
build/msvc90: added missing sources of linearref package. Builds with Visual C++ 9.0 (using both project and makefiles).

Modified: trunk/build/msvc90/geos_lib/geos_lib.vcproj
===================================================================
--- trunk/build/msvc90/geos_lib/geos_lib.vcproj	2009-10-13 14:20:29 UTC (rev 2670)
+++ trunk/build/msvc90/geos_lib/geos_lib.vcproj	2009-10-13 16:25:42 UTC (rev 2671)
@@ -3056,6 +3056,46 @@
 							>
 						</File>
 					</Filter>
+					<Filter
+						Name="linearref"
+						>
+						<File
+							RelativePath="..\..\..\source\headers\geos\linearref\ExtractLineByLocation.h"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\headers\geos\linearref\LengthIndexedLine.h"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\headers\geos\linearref\LengthIndexOfPoint.h"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\headers\geos\linearref\LengthLocationMap.h"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\headers\geos\linearref\LinearGeometryBuilder.h"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\headers\geos\linearref\LinearIterator.h"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\headers\geos\linearref\LinearLocation.h"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\headers\geos\linearref\LocationIndexOfLine.h"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\headers\geos\linearref\LocationIndexOfPoint.h"
+							>
+						</File>
+					</Filter>
 				</Filter>
 			</Filter>
 			<Filter
@@ -3094,6 +3134,46 @@
 					>
 				</File>
 			</Filter>
+			<Filter
+				Name="linearref"
+				>
+				<File
+					RelativePath="..\..\..\source\linearref\ExtractLineByLocation.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LengthIndexedLine.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LengthIndexOfPoint.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LengthLocationMap.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LinearGeometryBuilder.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LinearIterator.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LinearLocation.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LocationIndexOfLine.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LocationIndexOfPoint.cpp"
+					>
+				</File>
+			</Filter>
 		</Filter>
 		<Filter
 			Name="capi"



More information about the geos-commits mailing list