From: Magnus Jacobsson Date: Mon, 26 Apr 2021 11:36:13 +0000 (+0200) Subject: Add missing GVDLL define in lib/gvpr Windows MSBuild Debug build X-Git-Tag: 2.47.2~3^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ad97d9ea8820e82ee39c858e65b2c38b06c30aa;p=graphviz Add missing GVDLL define in lib/gvpr Windows MSBuild Debug build GVDLL is used by the autotools and MSBuild build systems to specify dynamic linking on Windows. --- diff --git a/lib/gvpr/gvprlib.vcxproj b/lib/gvpr/gvprlib.vcxproj index 757a126d9..d0aedeb50 100644 --- a/lib/gvpr/gvprlib.vcxproj +++ b/lib/gvpr/gvprlib.vcxproj @@ -52,7 +52,7 @@ Disabled $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)windows\dependencies\libraries\vcpkg\installed\x86-windows\include;$(SolutionDir);$(SolutionDir)lib;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;%(AdditionalIncludeDirectories) - EXPORT_GVPR;_DEBUG;_LIB;%(PreprocessorDefinitions) + EXPORT_GVPR;_DEBUG;_LIB;GVDLL;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL