Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60674 - sandbox/geometry/libs/geometry/example/extensions/gis/latlong
From: barend.gehrels_at_[hidden]
Date: 2010-03-17 08:42:08


Author: barendgehrels
Date: 2010-03-17 08:42:07 EDT (Wed, 17 Mar 2010)
New Revision: 60674
URL: http://svn.boost.org/trac/boost/changeset/60674

Log:
Updated point_ll_example.vcproj, boost path
Text files modified:
   sandbox/geometry/libs/geometry/example/extensions/gis/latlong/point_ll_example.vcproj | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox/geometry/libs/geometry/example/extensions/gis/latlong/point_ll_example.vcproj
==============================================================================
--- sandbox/geometry/libs/geometry/example/extensions/gis/latlong/point_ll_example.vcproj (original)
+++ sandbox/geometry/libs/geometry/example/extensions/gis/latlong/point_ll_example.vcproj 2010-03-17 08:42:07 EDT (Wed, 17 Mar 2010)
@@ -20,7 +20,7 @@
                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                         IntermediateDirectory="$(ConfigurationName)\point_ll_example"
                         ConfigurationType="1"
- InheritedPropertySheets="../../../boost.vsprops"
+ InheritedPropertySheets="..\..\..\boost.vsprops"
                         CharacterSet="1"
>
                         <Tool
@@ -41,7 +41,7 @@
                         <Tool
                                 Name="VCCLCompilerTool"
                                 Optimization="0"
- AdditionalIncludeDirectories="../../../../../../boost"
+ AdditionalIncludeDirectories="../../../../../.."
                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
                                 MinimalRebuild="true"
                                 RuntimeLibrary="3"
@@ -96,7 +96,7 @@
                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                         IntermediateDirectory="$(ConfigurationName)\point_ll_example"
                         ConfigurationType="1"
- InheritedPropertySheets="../../../boost.vsprops"
+ InheritedPropertySheets="..\..\..\boost.vsprops"
                         CharacterSet="1"
                         WholeProgramOptimization="1"
>
@@ -117,7 +117,7 @@
                         />
                         <Tool
                                 Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="../../../../../../boost"
+ AdditionalIncludeDirectories="../../../../../.."
                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
                                 RuntimeLibrary="2"
                                 UsePrecompiledHeader="0"


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk