From: Magnus Jacobsson Date: Sun, 28 Nov 2021 13:53:27 +0000 (+0100) Subject: neatogen: MSBuild: define NEATOGEN_EXPORTS X-Git-Tag: 3.0.0~144^2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fdd43dbf7b5b5d2c975f881b5aac2e8a9b7209e;p=graphviz neatogen: MSBuild: define NEATOGEN_EXPORTS --- diff --git a/lib/neatogen/gvneatogen.vcxproj b/lib/neatogen/gvneatogen.vcxproj index ac134292e..bff31d79c 100644 --- a/lib/neatogen/gvneatogen.vcxproj +++ b/lib/neatogen/gvneatogen.vcxproj @@ -53,7 +53,7 @@ Disabled $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\pack;$(SolutionDir)lib\pathplan - _DEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) + _DEBUG;_LIB;NEATOGEN_EXPORTS;WIN32_DLL;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL @@ -71,7 +71,7 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\pack;$(SolutionDir)lib\pathplan - NDEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) + NDEBUG;_LIB;NEATOGEN_EXPORTS;WIN32_DLL;%(PreprocessorDefinitions) Level4 true