From 53cd02a7eeb228598cea7e8c1bcbdeab49bf320b Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Sun, 22 May 2011 15:58:43 +0000 Subject: [PATCH] Merged r72075 .. 72082 [SVN r72083] --- doc/Jamfile.v2 | 11 ++++++----- doc/html/index.html | 16 ++++++++++++++++ .../tools/doxygen_xml2qbk/quickbook_output.hpp | 4 ++-- .../algorithms/detail/has_self_intersections.hpp | 2 +- test/algorithms/detail/partition.vcproj | 2 +- test/algorithms/difference.vcproj | 2 +- test/algorithms/intersection.vcproj | 2 +- test/algorithms/intersects.vcproj | 2 +- test/algorithms/overlaps.vcproj | 2 +- test/algorithms/overlay/assemble.vcproj | 2 +- test/algorithms/overlay/ccw_traverse.vcproj | 2 +- test/algorithms/overlay/dissolver.vcproj | 2 +- .../overlay/enrich_intersection_points.vcproj | 2 +- test/algorithms/overlay/get_turn_info.vcproj | 2 +- test/algorithms/overlay/get_turns.vcproj | 2 +- .../overlay/merge_intersection_points.vcproj | 2 +- test/algorithms/overlay/relative_order.vcproj | 2 +- .../overlay/robustness/interior_triangles.vcproj | 2 +- .../overlay/robustness/intersection_pies.vcproj | 2 +- .../overlay/robustness/recursive_polygons.vcproj | 2 +- .../overlay/robustness/star_comb.vcproj | 2 +- test/algorithms/overlay/select_rings.vcproj | 2 +- .../overlay/self_intersection_points.vcproj | 2 +- test/algorithms/overlay/split_rings.vcproj | 2 +- test/algorithms/overlay/traverse.vcproj | 2 +- test/algorithms/union.vcproj | 2 +- test/geometries/concepts/check.vcproj | 2 +- test/multi/algorithms/multi_difference.vcproj | 2 +- test/multi/algorithms/multi_intersection.vcproj | 2 +- test/multi/algorithms/multi_union.vcproj | 2 +- .../algorithms/overlay/multi_traverse.vcproj | 2 +- 31 files changed, 52 insertions(+), 35 deletions(-) create mode 100644 doc/html/index.html diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index cb4690a52..711c33189 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -11,7 +11,8 @@ project geometry/doc ; -using auto-index ; +# Auto-index, experimental. Commented otherwise does not build without. +#using auto-index ; import boostbook ; import quickbook ; @@ -23,10 +24,10 @@ boostbook geometry quickref.xml generated/point.qbk : chunk.section.depth=4 - off - on - off - index.on.type=1 +# off +# on +# off +# index.on.type=1 html chunk.first.sections=1 toc.section.depth=3 diff --git a/doc/html/index.html b/doc/html/index.html new file mode 100644 index 000000000..2997cd972 --- /dev/null +++ b/doc/html/index.html @@ -0,0 +1,16 @@ + + + + + + + + +Automatic redirection failed, please go to +http://boost-sandbox.sourceforge.net/libs/geometry/doc/html/ + + diff --git a/doc/src/docutils/tools/doxygen_xml2qbk/quickbook_output.hpp b/doc/src/docutils/tools/doxygen_xml2qbk/quickbook_output.hpp index 2d2cbf24c..515b10ba5 100644 --- a/doc/src/docutils/tools/doxygen_xml2qbk/quickbook_output.hpp +++ b/doc/src/docutils/tools/doxygen_xml2qbk/quickbook_output.hpp @@ -298,8 +298,8 @@ inline void quickbook_output_indexterm(std::string const& term, std::ostream& ou { // "Unnamespace" it and add all terms (also namespaces) std::vector splitted; - boost::split(splitted, boost::replace_all_copy(term, "::", ":") - , boost::is_any_of(":"), boost::token_compress_on); + std::string for_split = boost::replace_all_copy(term, "::", ":"); + boost::split(splitted, for_split, boost::is_any_of(":"), boost::token_compress_on); BOOST_FOREACH(std::string const& part, splitted) { out << "" << part << ""; diff --git a/include/boost/geometry/algorithms/detail/has_self_intersections.hpp b/include/boost/geometry/algorithms/detail/has_self_intersections.hpp index c6144f4d1..38493878c 100644 --- a/include/boost/geometry/algorithms/detail/has_self_intersections.hpp +++ b/include/boost/geometry/algorithms/detail/has_self_intersections.hpp @@ -44,7 +44,7 @@ public: virtual char const* what() const throw() { - return "Boost.Geometry Overlay invald input exception"; + return "Boost.Geometry Overlay invalid input exception"; } }; diff --git a/test/algorithms/detail/partition.vcproj b/test/algorithms/detail/partition.vcproj index 5bebf95fe..66e26a973 100644 --- a/test/algorithms/detail/partition.vcproj +++ b/test/algorithms/detail/partition.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../..;../../../../../boost/geometry/extensions/contrib/ttmath" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/difference.vcproj b/test/algorithms/difference.vcproj index 8b3d082c5..2302ee27f 100644 --- a/test/algorithms/difference.vcproj +++ b/test/algorithms/difference.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../..;..;../$(TTMATH_ROOT)" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/intersection.vcproj b/test/algorithms/intersection.vcproj index 8424157da..a9bc3a6f3 100644 --- a/test/algorithms/intersection.vcproj +++ b/test/algorithms/intersection.vcproj @@ -43,7 +43,7 @@ AdditionalOptions="/bigobj" Optimization="0" AdditionalIncludeDirectories="../../../..;.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/intersects.vcproj b/test/algorithms/intersects.vcproj index 5a0245512..f3f5f64db 100644 --- a/test/algorithms/intersects.vcproj +++ b/test/algorithms/intersects.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../..;.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlaps.vcproj b/test/algorithms/overlaps.vcproj index f9e9881c1..06a51367f 100644 --- a/test/algorithms/overlaps.vcproj +++ b/test/algorithms/overlaps.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../..;.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/assemble.vcproj b/test/algorithms/overlay/assemble.vcproj index 29f147208..335b08ab7 100644 --- a/test/algorithms/overlay/assemble.vcproj +++ b/test/algorithms/overlay/assemble.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/ccw_traverse.vcproj b/test/algorithms/overlay/ccw_traverse.vcproj index 22f897d2d..fc373c847 100644 --- a/test/algorithms/overlay/ccw_traverse.vcproj +++ b/test/algorithms/overlay/ccw_traverse.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/dissolver.vcproj b/test/algorithms/overlay/dissolver.vcproj index 443ad698c..c3c9d4bf0 100644 --- a/test/algorithms/overlay/dissolver.vcproj +++ b/test/algorithms/overlay/dissolver.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/enrich_intersection_points.vcproj b/test/algorithms/overlay/enrich_intersection_points.vcproj index 46b82a19a..8880fb1f3 100644 --- a/test/algorithms/overlay/enrich_intersection_points.vcproj +++ b/test/algorithms/overlay/enrich_intersection_points.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/get_turn_info.vcproj b/test/algorithms/overlay/get_turn_info.vcproj index 48c7602d5..22bf1d1bd 100644 --- a/test/algorithms/overlay/get_turn_info.vcproj +++ b/test/algorithms/overlay/get_turn_info.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/get_turns.vcproj b/test/algorithms/overlay/get_turns.vcproj index 5e804f12b..8f1b41c0b 100644 --- a/test/algorithms/overlay/get_turns.vcproj +++ b/test/algorithms/overlay/get_turns.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/merge_intersection_points.vcproj b/test/algorithms/overlay/merge_intersection_points.vcproj index 1ce9c5122..00afc97f9 100644 --- a/test/algorithms/overlay/merge_intersection_points.vcproj +++ b/test/algorithms/overlay/merge_intersection_points.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/relative_order.vcproj b/test/algorithms/overlay/relative_order.vcproj index c592e7b89..eb577fafe 100644 --- a/test/algorithms/overlay/relative_order.vcproj +++ b/test/algorithms/overlay/relative_order.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/robustness/interior_triangles.vcproj b/test/algorithms/overlay/robustness/interior_triangles.vcproj index 3d6189d94..831514b3e 100644 --- a/test/algorithms/overlay/robustness/interior_triangles.vcproj +++ b/test/algorithms/overlay/robustness/interior_triangles.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../../../..;." - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;TEST_WITH_SVG;BOOST_ALL_NO_LIB" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BOOST_ALL_NO_LIB" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/robustness/intersection_pies.vcproj b/test/algorithms/overlay/robustness/intersection_pies.vcproj index fdcbb983c..1ead5e8e9 100644 --- a/test/algorithms/overlay/robustness/intersection_pies.vcproj +++ b/test/algorithms/overlay/robustness/intersection_pies.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../../../..;." - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;TEST_WITH_SVG;BOOST_ALL_NO_LIB" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BOOST_ALL_NO_LIB" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/robustness/recursive_polygons.vcproj b/test/algorithms/overlay/robustness/recursive_polygons.vcproj index 7d36aa59c..b2cc41335 100644 --- a/test/algorithms/overlay/robustness/recursive_polygons.vcproj +++ b/test/algorithms/overlay/robustness/recursive_polygons.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../../../..;." - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;TEST_WITH_SVG;BOOST_ALL_NO_LIB" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BOOST_ALL_NO_LIB" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/robustness/star_comb.vcproj b/test/algorithms/overlay/robustness/star_comb.vcproj index be2c997c1..01a30306a 100644 --- a/test/algorithms/overlay/robustness/star_comb.vcproj +++ b/test/algorithms/overlay/robustness/star_comb.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../../../..;." - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;TEST_WITH_SVG;BOOST_ALL_NO_LIB" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BOOST_ALL_NO_LIB" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/select_rings.vcproj b/test/algorithms/overlay/select_rings.vcproj index ff025e1a5..5706311fc 100644 --- a/test/algorithms/overlay/select_rings.vcproj +++ b/test/algorithms/overlay/select_rings.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../..;../../../../../boost/geometry/extensions/contrib/ttmath" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/self_intersection_points.vcproj b/test/algorithms/overlay/self_intersection_points.vcproj index ff8c82d9e..450ea2270 100644 --- a/test/algorithms/overlay/self_intersection_points.vcproj +++ b/test/algorithms/overlay/self_intersection_points.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/split_rings.vcproj b/test/algorithms/overlay/split_rings.vcproj index 5a828c964..cb9b6bf78 100644 --- a/test/algorithms/overlay/split_rings.vcproj +++ b/test/algorithms/overlay/split_rings.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/overlay/traverse.vcproj b/test/algorithms/overlay/traverse.vcproj index 67d10e360..f5c83a551 100644 --- a/test/algorithms/overlay/traverse.vcproj +++ b/test/algorithms/overlay/traverse.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../..;../..;../../../../../boost/geometry/extensions/contrib/ttmath" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/algorithms/union.vcproj b/test/algorithms/union.vcproj index 778c689b9..a3399b777 100644 --- a/test/algorithms/union.vcproj +++ b/test/algorithms/union.vcproj @@ -43,7 +43,7 @@ AdditionalOptions="/bigobj" Optimization="0" AdditionalIncludeDirectories="../../../..;.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NONDLL;_CRT_SECURE_NO_WARNINGS" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/geometries/concepts/check.vcproj b/test/geometries/concepts/check.vcproj index 9423f1403..480b4145b 100644 --- a/test/geometries/concepts/check.vcproj +++ b/test/geometries/concepts/check.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../../../../boost;../.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/multi/algorithms/multi_difference.vcproj b/test/multi/algorithms/multi_difference.vcproj index b8e5e85b9..825789743 100644 --- a/test/multi/algorithms/multi_difference.vcproj +++ b/test/multi/algorithms/multi_difference.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../../..;../..;." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/multi/algorithms/multi_intersection.vcproj b/test/multi/algorithms/multi_intersection.vcproj index 34561cd30..a286b038c 100644 --- a/test/multi/algorithms/multi_intersection.vcproj +++ b/test/multi/algorithms/multi_intersection.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../../..;../..;." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/multi/algorithms/multi_union.vcproj b/test/multi/algorithms/multi_union.vcproj index f5f475e76..9adb10145 100644 --- a/test/multi/algorithms/multi_union.vcproj +++ b/test/multi/algorithms/multi_union.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../../../..;../..;." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0" diff --git a/test/multi/algorithms/overlay/multi_traverse.vcproj b/test/multi/algorithms/overlay/multi_traverse.vcproj index 4c0d1b1d2..c4cb7b8e0 100644 --- a/test/multi/algorithms/overlay/multi_traverse.vcproj +++ b/test/multi/algorithms/overlay/multi_traverse.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../../..;../../../../../..;../../../../../../boost/geometry/extensions/contrib/ttmath;../../../algorithms/overlay" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TEST_WITH_SVG" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" ExceptionHandling="2" RuntimeLibrary="1" UsePrecompiledHeader="0"