diff options
author | Oliver Smith-Denny <osde@microsoft.com> | 2025-01-07 10:10:12 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-22 19:47:20 +0000 |
commit | 4613eb6abc22923a683f3f090601896eee4c4179 (patch) | |
tree | 1a7a07deb73854d3a2d8047c04b18c9ef7989e8f /BaseTools/Source/Python/AutoGen | |
parent | 81ba76f7df45b7bb18edae55375ea3b6abde4351 (diff) | |
download | edk2-4613eb6abc22923a683f3f090601896eee4c4179.tar.gz edk2-4613eb6abc22923a683f3f090601896eee4c4179.tar.bz2 edk2-4613eb6abc22923a683f3f090601896eee4c4179.zip |
EmulatorPkg: Fix IA32 MSVC Linker Warnings
IA32 EmulatorPkg had many linker warnings because with the current
set of linker flags, the MSVC linker was expecting the __stdcall
calling convention on all entry points. This was an effect of
having /SUBSYSTEM:CONSOLE on all binaries built in EmulatorPkg; this
is only needed on WinHost, as that is what Windows launches. The linker
options are adjusted to only set /SUBSYSTEM:CONSOLE on WinHost.
Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
Diffstat (limited to 'BaseTools/Source/Python/AutoGen')
0 files changed, 0 insertions, 0 deletions