Changeset 106762 in vbox for trunk/src/VBox/Devices/EFI/Firmware
- Timestamp:
- Oct 29, 2024 12:44:27 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165648
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/Config.kmk
r106683 r106762 77 77 # 78 78 ifeq ($(KBUILD_HOST),win) 79 ifdef VBOX_WITH_NEW_VCC # ACtually using VS2019, but no config for it, so VS2017 will have to do for now. 80 VBOX_EFI_TOOL_CHAIN := VS2017 81 else 82 VBOX_EFI_TOOL_CHAIN := VS2010 83 endif 79 # Actually using VS2019, but no config for it, so VS2017 will have to do for now. 80 ## @todo EFI has a VS2019 template now. We should migrate to it before we start using 2022... ;-) 81 VBOX_EFI_TOOL_CHAIN := VS2017 84 82 else 85 83 VBOX_EFI_TOOL_CHAIN = GCC48
Note:
See TracChangeset
for help on using the changeset viewer.