From 7ad97d9ea8820e82ee39c858e65b2c38b06c30aa Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 26 Apr 2021 13:36:13 +0200 Subject: [PATCH] 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. --- lib/gvpr/gvprlib.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1