From d5e34856ec5832e6b1aaf0a060690d21b724ea3b Mon Sep 17 00:00:00 2001 From: Hasso Date: Wed, 18 Mar 2026 16:53:05 -0500 Subject: [PATCH 1/2] Skip building FieldWorks from Installer.legacy.targets This build is redundant to the build in build.ps1. The new installer.targets already doesn't build FieldWorks. Also remove two unused build targets. --- Build/Installer.legacy.targets | 28 ++-------------------------- Build/mkall.targets | 8 +++----- 2 files changed, 5 insertions(+), 31 deletions(-) diff --git a/Build/Installer.legacy.targets b/Build/Installer.legacy.targets index 7532bdcce5..dad9ea8e2e 100644 --- a/Build/Installer.legacy.targets +++ b/Build/Installer.legacy.targets @@ -92,7 +92,7 @@ Name="BuildProductMain" DependsOnTargets="MakeInstallBuildFolders;BuildProduct;Localize;CopyFilesToInstall;ValidateInstallerAddons" /> - + - + - - - - false - Initialize;CopyDlls;setRegistryValues;GeneratePartsAndLayoutFiles - CleanAll;$(BuildFieldWorksDependsOn) - - - - - - diff --git a/Build/mkall.targets b/Build/mkall.targets index 7830cca508..4b77f4f212 100644 --- a/Build/mkall.targets +++ b/Build/mkall.targets @@ -12,7 +12,7 @@ Targets: allCppNoTest (DebugProcs → GenericLib → FwKernel → Views) Additional Responsibilities: - - Code generation (CellarConstants, GeneratePartsAndLayoutFiles) + - Code generation (CellarConstants) - Clean/utility targets (CleanAll, CleanDownloads) - Registry setup for dev/test environments (setRegistryValues) @@ -222,10 +222,6 @@ $(BUILD4UX) $(ANAL_TYPE) - @@ -266,6 +262,8 @@ + From 34c843278a9e005b48381e040bcdb688dfda2fd8 Mon Sep 17 00:00:00 2001 From: Hasso Date: Wed, 25 Mar 2026 14:27:59 -0500 Subject: [PATCH 2/2] Remove another unused target --- Build/SetupInclude.targets | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/Build/SetupInclude.targets b/Build/SetupInclude.targets index 1f96fa3c86..31084cd120 100644 --- a/Build/SetupInclude.targets +++ b/Build/SetupInclude.targets @@ -364,24 +364,9 @@ /> - - - - - - $([System.IO.Path]::GetFullPath("$(MSBuildProjectDirectory)/..")) + $([System.IO.Path]::GetFullPath("$(MSBuildProjectDirectory)/..")) 9 build