From eebffb157146a67dda0f24588337fe21c8f7aea5 Mon Sep 17 00:00:00 2001 From: yuyoyuppe Date: Fri, 12 Mar 2021 15:49:06 +0300 Subject: [PATCH] win32 -> x86, separate logging, fix(?) CI --- .pipelines/pipeline.user.windows.yml | 7 +++++-- installer/PowerToysSetup/PowerToysSetup.wixproj | 3 +-- installer/PowerToysSetup/Product.wxs | 6 +++--- installer/PowerToysSetup/build_vcm_x86.cmd | 3 --- .../VideoConferenceModule/Video Conference.vcxproj | 3 +++ .../VideoConferenceModule/build_vcm_x86.cmd | 3 +++ .../VideoConferenceProxyFilter.vcxproj | 5 +++-- .../videoconference/VideoConferenceShared/Logging.cpp | 8 ++++++-- .../VideoConferenceShared/VideoConferenceShared.vcxproj | 4 ++-- 9 files changed, 26 insertions(+), 16 deletions(-) delete mode 100644 installer/PowerToysSetup/build_vcm_x86.cmd create mode 100644 src/modules/videoconference/VideoConferenceModule/build_vcm_x86.cmd diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index c3e3aea321..764cffb68e 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -61,6 +61,10 @@ build: - 'x64/**/*.pdb' exclude: - 'x64/Release/obj/**/*.pdb' + - from: 'x86/Release' + - to: 'Build_Output' + include: + - 'modules\VideoConference\VideoConferenceProxyFilter_x86.dll' - from: 'x64/Release' to: 'Build_Output' include: @@ -147,8 +151,7 @@ build: - 'modules\PowerRename\PowerRenameExt.dll' - 'modules\ShortcutGuide\ShortcutGuide.dll' - 'modules\VideoConference\VideoConferenceModule.dll' - - 'modules\VideoConference\VideoConferenceProxyFilter.dll' - - 'modules\VideoConference\VideoConferenceProxyFilterx86.dll' + - 'modules\VideoConference\VideoConferenceProxyFilter_x64.dll' - 'Notifications.dll' - 'os-detection.dll' - 'PowerToys.exe' diff --git a/installer/PowerToysSetup/PowerToysSetup.wixproj b/installer/PowerToysSetup/PowerToysSetup.wixproj index b837586276..cab87ecbf9 100644 --- a/installer/PowerToysSetup/PowerToysSetup.wixproj +++ b/installer/PowerToysSetup/PowerToysSetup.wixproj @@ -77,8 +77,7 @@ call "$([MSBuild]::GetVsInstallRoot())\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 -winsdk=10.0.18362.0 SET PTRoot=..\..\..\.. call "..\..\publish.cmd" -) -call "..\..\build_vcm_x86.cmd" +)