From 993d3b64edc64e5d56549a6fdd5bcf5f379a4233 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Tue, 5 Oct 2021 07:37:07 +0200 Subject: [PATCH] plugin/neato_layout: MSBuild: define GVDLL Without this change, the following error would occur in an upcoming commit that changes the Windows specific storage-class attributes to be controlled by GVDLL instead of by _WIN32: LINK : fatal error LNK1181: cannot open input file 'gvplugin_neato_layout.lib' [C:\GitLab-Runner\builds\magjac\graphviz\cmd\tools\gvpack.vcxproj] Towards https://gitlab.com/graphviz/graphviz/-/issues/2058 --- plugin/neato_layout/gvplugin_neato_layout.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/neato_layout/gvplugin_neato_layout.vcxproj b/plugin/neato_layout/gvplugin_neato_layout.vcxproj index 7e261e98e..bb7a9e3a8 100644 --- a/plugin/neato_layout/gvplugin_neato_layout.vcxproj +++ b/plugin/neato_layout/gvplugin_neato_layout.vcxproj @@ -59,6 +59,7 @@ EditAndContinue true 4996 + GVDLL;%(PreprocessorDefinitions) $(OutDir);$(SolutionDir)windows\dependencies\libraries\x86\lib;%(AdditionalLibraryDirectories) @@ -76,6 +77,7 @@ Level4 true 4996 + GVDLL;%(PreprocessorDefinitions) $(OutDir);$(SolutionDir)windows\dependencies\libraries\x86\lib;%(AdditionalLibraryDirectories) -- 2.40.0