From: Magnus Jacobsson Date: Mon, 12 Jul 2021 05:43:34 +0000 (+0200) Subject: remove useless MSBuild link dependency on ortho for gvmap X-Git-Tag: 2.48.0~1^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cff5ab3d9051e6394cc2ffa436b8b43fa6211af;p=graphviz remove useless MSBuild link dependency on ortho for gvmap gvmap only depends indirectly on ortho through neatogen which it already has a link dependency on. This change is made to avoid confusion when upcoming commits in this series change ortho to be part of the gvc shared library and adjusts the neatogen library accordingly. Towards https://gitlab.com/graphviz/graphviz/-/issues/2096. --- diff --git a/cmd/gvmap/gvmap.vcxproj b/cmd/gvmap/gvmap.vcxproj index 872db40db..160650cf3 100644 --- a/cmd/gvmap/gvmap.vcxproj +++ b/cmd/gvmap/gvmap.vcxproj @@ -67,7 +67,7 @@ true Console MachineX86 - getopt.lib;cgraph.lib;gvc.lib;ingraphs.lib;sparse.lib;neatogen.lib;pathplan.lib;edgepaintlib.lib;circogen.lib;twopigen.lib;fdpgen.lib;cdt.lib;vpsc.lib;patchwork.lib;gvortho.lib;sfdp.lib;rbtree.lib;%(AdditionalDependencies) + getopt.lib;cgraph.lib;gvc.lib;ingraphs.lib;sparse.lib;neatogen.lib;pathplan.lib;edgepaintlib.lib;circogen.lib;twopigen.lib;fdpgen.lib;cdt.lib;vpsc.lib;patchwork.lib;sfdp.lib;rbtree.lib;%(AdditionalDependencies) copy $(SolutionDir)windows\dependencies\libraries\vcpkg\installed\x86-windows\bin\getopt.dll $(OutDir)getopt.dll @@ -89,7 +89,7 @@ true true MachineX86 - getopt.lib;cgraph.lib;gvc.lib;ingraphs.lib;sparse.lib;neatogen.lib;pathplan.lib;edgepaintlib.lib;circogen.lib;twopigen.lib;fdpgen.lib;cdt.lib;vpsc.lib;patchwork.lib;gvortho.lib;sfdp.lib;rbtree.lib;%(AdditionalDependencies) + getopt.lib;cgraph.lib;gvc.lib;ingraphs.lib;sparse.lib;neatogen.lib;pathplan.lib;edgepaintlib.lib;circogen.lib;twopigen.lib;fdpgen.lib;cdt.lib;vpsc.lib;patchwork.lib;sfdp.lib;rbtree.lib;%(AdditionalDependencies) copy $(SolutionDir)windows\dependencies\libraries\vcpkg\installed\x86-windows\bin\getopt.dll $(OutDir)getopt.dll