[geos-commits] r2259 - trunk/build/msvc80/geos_c_dll

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jan 26 19:18:57 EST 2009


Author: pramsey
Date: 2009-01-26 19:18:57 -0500 (Mon, 26 Jan 2009)
New Revision: 2259

Modified:
   trunk/build/msvc80/geos_c_dll/geos_c_dll.vcproj
Log:
Revert some junk from an old commit, per issue #220


Modified: trunk/build/msvc80/geos_c_dll/geos_c_dll.vcproj
===================================================================
--- trunk/build/msvc80/geos_c_dll/geos_c_dll.vcproj	2009-01-26 20:44:50 UTC (rev 2258)
+++ trunk/build/msvc80/geos_c_dll/geos_c_dll.vcproj	2009-01-27 00:18:57 UTC (rev 2259)
@@ -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"
@@ -195,7 +195,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="copy $(InputDir)$(InputFileName) $(InputDir)$(InputName)"
-						CommandLine="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;&#x0D;&#x0A;"
+						CommandLine="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;"
 						Outputs="$(InputDir)$(InputName)"
 					/>
 				</FileConfiguration>
@@ -205,7 +205,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="copy $(InputDir)$(InputFileName) $(InputDir)$(InputName)"
-						CommandLine="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;&#x0D;&#x0A;"
+						CommandLine="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;"
 						Outputs="$(InputDir)$(InputName)"
 					/>
 				</FileConfiguration>



More information about the geos-commits mailing list