VirtualBox

Changeset 107066 in vbox


Ignore:
Timestamp:
Nov 20, 2024 11:33:44 PM (2 months ago)
Author:
vboxsync
Message:

EFI/Firmware: The .pdb files are now all in the DEBUG dir after switching away from cl.exe compiling multiple source files at once with the switch to kmk.exe. jiraref:VBP-1458

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/EfiModules.kmk

    r107041 r107066  
    4242 # up in, apparently.  In the generated makefiles, DEBUG_DIR points to them.
    4343 #
    44  if1of ($(VBOX_EFI_TOOL_CHAIN.x86), VS2017 VS2019 VS2022)
     44 if 0 #1of ($(VBOX_EFI_TOOL_CHAIN.x86), VS2017 VS2019 VS2022)
    4545  VBOX_EFI_DEBUG_DIR.x86 = OUTPUT
    4646 else
    4747  VBOX_EFI_DEBUG_DIR.x86 = DEBUG
    4848 endif
    49  if1of ($(VBOX_EFI_TOOL_CHAIN.amd64), VS2017 VS2019 VS2022)
     49 if 0 #1of ($(VBOX_EFI_TOOL_CHAIN.amd64), VS2017 VS2019 VS2022)
    5050  VBOX_EFI_DEBUG_DIR.amd64 = OUTPUT
    5151 else
    5252  VBOX_EFI_DEBUG_DIR.amd64 = DEBUG
    5353 endif
    54  if1of ($(VBOX_EFI_TOOL_CHAIN.arm32), VS2017 VS2019 VS2022 CLANGPDB)
     54 if 0 #of ($(VBOX_EFI_TOOL_CHAIN.arm32), VS2017 VS2019 VS2022 CLANGPDB)
    5555  VBOX_EFI_DEBUG_DIR.arm32 = OUTPUT
    5656 else
    5757  VBOX_EFI_DEBUG_DIR.arm32 = DEBUG
    5858 endif
    59  if1of ($(VBOX_EFI_TOOL_CHAIN.arm64), VS2017 VS2019 VS2022 CLANGPDB)
     59 if 0 #of ($(VBOX_EFI_TOOL_CHAIN.arm64), VS2017 VS2019 VS2022 CLANGPDB)
    6060  VBOX_EFI_DEBUG_DIR.arm64 = OUTPUT
    6161 else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette