From 4c2afb927948edb2a983ba788aef0a2fd6c575fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 1 Feb 2023 13:02:45 +0100 Subject: [PATCH] Docs: Windows Dev Environment: TL;DR: disable unity build This enables the individual C++ files, not just unity ones, in VS project tree. --- doc/21-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/21-development.md b/doc/21-development.md index 49e891871..c37b4b55b 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -1766,7 +1766,7 @@ cd .\build\ -DBoost_INCLUDE_DIR=C:\local\boost_1_80_0-Win64 ` -DBISON_EXECUTABLE=C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_bison.exe ` -DFLEX_EXECUTABLE=C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_flex.exe ` - -DICINGA2_WITH_MYSQL=OFF -DICINGA2_WITH_PGSQL=OFF .. + -DICINGA2_WITH_MYSQL=OFF -DICINGA2_WITH_PGSQL=OFF -DICINGA2_UNITY_BUILD=OFF .. & "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe" .\icinga2.sln ```