From: Magnus Jacobsson Date: Sun, 16 Jan 2022 23:04:40 +0000 (+0100) Subject: dotty: MSBuild: add 'lib' to additional include directories X-Git-Tag: 3.0.0~50^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94b8494ad1f1a23d000b5ea8f0573e60f8d6d43d;p=graphviz dotty: MSBuild: add 'lib' to additional include directories An upcoming commit need this in order to be able to add an include of cgraph/exit.h. Towards https://gitlab.com/graphviz/graphviz/-/issues/2178. --- diff --git a/cmd/dotty/dotty.vcxproj b/cmd/dotty/dotty.vcxproj index 88f3a0146..da0495bc4 100644 --- a/cmd/dotty/dotty.vcxproj +++ b/cmd/dotty/dotty.vcxproj @@ -53,6 +53,7 @@ Disabled + $(SolutionDir)lib;%(AdditionalIncludeDirectories) _DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL @@ -73,6 +74,7 @@ + $(SolutionDir)lib;%(AdditionalIncludeDirectories) NDEBUG;_CONSOLE;%(PreprocessorDefinitions) Level4