[geos-commits] r2212 - in branches/3.0/build/msvc80: geos_c_dll
geos_lib
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri Oct 24 16:16:02 EDT 2008
Author: pramsey
Date: 2008-10-24 16:16:02 -0400 (Fri, 24 Oct 2008)
New Revision: 2212
Modified:
branches/3.0/build/msvc80/geos_c_dll/geos_c_dll.vcproj
branches/3.0/build/msvc80/geos_lib/geos_lib.vcproj
Log:
MC++8 build files updated.
Modified: branches/3.0/build/msvc80/geos_c_dll/geos_c_dll.vcproj
===================================================================
--- branches/3.0/build/msvc80/geos_c_dll/geos_c_dll.vcproj 2008-10-24 00:35:21 UTC (rev 2211)
+++ branches/3.0/build/msvc80/geos_c_dll/geos_c_dll.vcproj 2008-10-24 20:16:02 UTC (rev 2212)
@@ -61,7 +61,7 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="C:\Development\msys\local\bin\geosd_c.dll"
+ OutputFile="$(OutDir)\geosd_c.dll"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="2"
Modified: branches/3.0/build/msvc80/geos_lib/geos_lib.vcproj
===================================================================
--- branches/3.0/build/msvc80/geos_lib/geos_lib.vcproj 2008-10-24 00:35:21 UTC (rev 2211)
+++ branches/3.0/build/msvc80/geos_lib/geos_lib.vcproj 2008-10-24 20:16:02 UTC (rev 2212)
@@ -40,7 +40,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\..\source\headers"
+ AdditionalIncludeDirectories="..\..\..\capi;..\..\..\source\headers"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;NOGDI"
IgnoreStandardIncludePath="false"
MinimalRebuild="true"
@@ -107,7 +107,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\..\source\headers"
+ AdditionalIncludeDirectories="..\..\..\capi;..\..\..\source\headers"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;NOGDI"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
@@ -753,6 +753,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\io\CLocalizer.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\io\ParseException.cpp"
>
</File>
@@ -2389,6 +2393,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\headers\geos\io\CLocalizer.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\headers\geos\io\ParseException.h"
>
</File>
More information about the geos-commits
mailing list