From 475fc855b2ec523c7739d6c7cb5b757aac9aa719 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 29 Dec 2022 18:33:28 -0800 Subject: [PATCH] WiX: shuffle around non-llbuild components Move the import libraries for other components into the appropriate component groups. This cleans up the llbuild component. --- platforms/Windows/toolchain-amd64.wxs | 26 ++++++++++++++------------ platforms/Windows/toolchain-arm64.wxs | 26 ++++++++++++++------------ 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/platforms/Windows/toolchain-amd64.wxs b/platforms/Windows/toolchain-amd64.wxs index f75b8853..6d0a4d9a 100644 --- a/platforms/Windows/toolchain-amd64.wxs +++ b/platforms/Windows/toolchain-amd64.wxs @@ -496,7 +496,11 @@ - + + + + + @@ -512,7 +516,11 @@ - + + + + + @@ -528,6 +536,10 @@ + + + + @@ -649,16 +661,6 @@ - - - - - - - - - - diff --git a/platforms/Windows/toolchain-arm64.wxs b/platforms/Windows/toolchain-arm64.wxs index 798bab88..7f28408d 100644 --- a/platforms/Windows/toolchain-arm64.wxs +++ b/platforms/Windows/toolchain-arm64.wxs @@ -496,7 +496,11 @@ - + + + + + @@ -512,7 +516,11 @@ - + + + + + @@ -528,6 +536,10 @@ + + + + @@ -649,16 +661,6 @@ - - - - - - - - - -